added media, mutation events, agent instructions
This commit is contained in:
@@ -4,8 +4,10 @@ namespace App\Providers;
|
||||
|
||||
use App\Models\Dynamic;
|
||||
use App\Models\Ledger;
|
||||
use App\Models\Mutation;
|
||||
use App\Policies\DynamicPolicy;
|
||||
use App\Policies\LedgerPolicy;
|
||||
use App\Policies\MutationPolicy;
|
||||
use Illuminate\Foundation\Support\Providers\AuthServiceProvider as ServiceProvider;
|
||||
|
||||
class AuthServiceProvider extends ServiceProvider
|
||||
@@ -18,6 +20,7 @@ class AuthServiceProvider extends ServiceProvider
|
||||
protected $policies = [
|
||||
Dynamic::class => DynamicPolicy::class,
|
||||
Ledger::class => LedgerPolicy::class,
|
||||
Mutation::class => MutationPolicy::class,
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user