Skip to content

Commit

Permalink
Allow definining a globalid specific app name env
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Mar 8, 2024
1 parent d78316e commit a2ebec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/globalid.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
| it as "Rich Text Laravel", the GIDs will be "gid://rich-text-laravel/Model/1".
|
*/
'app_name' => env('APP_NAME', 'Laravel'),
'app_name' => env('GLOBALID_APP_NAME', env('APP_NAME', 'Laravel')),
];

0 comments on commit a2ebec6

Please sign in to comment.