Replicate some of the changes from the skeleton app

This commit is contained in:
Jonny Barnes 2019-03-17 14:16:01 +00:00
parent 41fec3d61b
commit 53d8f4b77f
3 changed files with 6 additions and 1 deletions

View file

@ -12,7 +12,7 @@ class AuthServiceProvider extends ServiceProvider
* @var array
*/
protected $policies = [
'App\Model' => 'App\Policies\ModelPolicy',
// 'App\Model' => 'App\Policies\ModelPolicy',
];
/**