Skip to content

Commit

Permalink
Merge pull request #132 from alleyinteractive/plugin-main
Browse files Browse the repository at this point in the history
Switch to APP_NAMESPACE for env variable
  • Loading branch information
srtfisher authored Feb 14, 2023
2 parents 4d0e743 + 44cada8 commit 302d69f
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 302d69f

Please sign in to comment.