Skip to content

Commit

Permalink
code re-format
Browse files Browse the repository at this point in the history
  • Loading branch information
mkwsra committed Jun 30, 2021
1 parent f435bcc commit 5d3f5fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/acquaintances.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
* If you published the migration files, please set to `false`.
*/
'migrations' => false,

/*
* Models Related.
*/
'model_namespace' => (int)app()->version() <= 7 ? 'App' : 'App\Models',
'model_namespace' => (int) app()->version() <= 7 ? 'App' : 'App\Models',
'models' => [
/*
* Model name of User model
Expand Down

0 comments on commit 5d3f5fc

Please sign in to comment.