Skip to content

Commit

Permalink
Update artisan-teleport.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alpenist authored Sep 12, 2020
1 parent 58bbab1 commit 5c48000
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions config/artisan-teleport.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
*/

'defaults' => [
'assets' => '../../../alpenist/cloudbooks',
'base' => '../../../alpenist/cloudbooks/src',
'namespace' => 'Ait',
'assets' => '',
'base' => '',
'namespace' => 'App',
],

/*
Expand Down Expand Up @@ -60,13 +60,8 @@
*/

'namespaces' => [
'ait' => [
'base_path' => '',
'path' => 'Domain',
'namespace' => 'Ait',
],
'app' => [
'base_path' => '../../../alpenist/cloudbooks/src/App',
'base_path' => 'src',
'path' => '',
'namespace' => 'App',
],
Expand Down

0 comments on commit 5c48000

Please sign in to comment.