Skip to content

Commit

Permalink
Don't alias App\Nova by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightwatson committed Feb 26, 2019
1 parent 287645a commit e7aa901
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/tinker.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
|
*/

'dont_alias' => [],
'dont_alias' => [
'App\Nova',
],

];

0 comments on commit e7aa901

Please sign in to comment.