Skip to content

Commit

Permalink
chore: update devtool.php
Browse files Browse the repository at this point in the history
  • Loading branch information
albertcht committed Sep 20, 2024
1 parent 9e12db7 commit c49d1d0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions config/devtool.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,15 @@
'namespace' => 'App\Http\Requests',
],
'model' => [
'path' => 'app/Models',
'force_casts' => true,
'inheritance' => 'Model',
'namespace' => 'App\Models',
'uses' => App\Models\Model::class,
],
'factory' => [
'path' => 'database/factories',
],
'seeder' => [
'path' => 'database/seeders',
],
'event' => [
'namespace' => 'App\Events',
],
Expand Down

0 comments on commit c49d1d0

Please sign in to comment.