Skip to content

Commit

Permalink
Switch to APP_NAMESPACE for namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Feb 14, 2023
1 parent 4d0e743 commit 44cada8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@
| Used to provide a configurable namespace for class generation.
|
*/
'namespace' => environment( 'app.namespace', 'App' ),
'namespace' => environment( 'APP_NAMESPACE', 'App' ),
];

0 comments on commit 44cada8

Please sign in to comment.