mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -08:00
Not sure why this isn’t working… commenting it out for now
This commit is contained in:
parent
d1328c3ba9
commit
c5462c5f1f
|
@ -35,8 +35,8 @@ class AuthServiceProvider extends ServiceProvider
|
||||||
Consumable::class => ConsumablePolicy::class,
|
Consumable::class => ConsumablePolicy::class,
|
||||||
License::class => LicensePolicy::class,
|
License::class => LicensePolicy::class,
|
||||||
User::class => UserPolicy::class,
|
User::class => UserPolicy::class,
|
||||||
Location::class => LocationPolicy::class,
|
//Location::class => LocationPolicy::class,
|
||||||
Category::class => LocationPolicy::class,
|
//Category::class => CategoryPolicy::class,
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue