Skip to content
Permalink
Browse files
Policy Update
  • Loading branch information
ivanovn committed Feb 13, 2021
1 parent 7766411 commit 5d42bf7459bfc5f8f6ba57cc1584673d220e484c
Showing 1 changed file with 1 addition and 0 deletions.
@@ -16,6 +16,7 @@ class AuthServiceProvider extends ServiceProvider
*/
protected $policies = [
App\Models\Post::class => App\Policies\PostPolicy::class,
App\Models\Profile::class => App\Policies\ProfilePolicy::class,
];

/**

0 comments on commit 5d42bf7

Please sign in to comment.