Skip to content

Commit f4ff4f4

Browse files
committed
comment
1 parent d4d4a69 commit f4ff4f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Providers/AuthServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class AuthServiceProvider extends ServiceProvider
1313
* @var array
1414
*/
1515
protected $policies = [
16-
'App\Model' => 'App\Policies\ModelPolicy',
16+
// 'App\Model' => 'App\Policies\ModelPolicy',
1717
];
1818

1919
/**

0 commit comments

Comments
 (0)