This commit is contained in:
Taylor Otwell 2019-02-27 07:24:37 -06:00
parent d4d4a69b76
commit f4ff4f4176
1 changed files with 1 additions and 1 deletions

View File

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