ok
This commit is contained in:
11
Production/SNIPE-IT/app/Policies/ComponentPolicy.php
Normal file
11
Production/SNIPE-IT/app/Policies/ComponentPolicy.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Policies;
|
||||
|
||||
class ComponentPolicy extends CheckoutablePermissionsPolicy
|
||||
{
|
||||
protected function columnName()
|
||||
{
|
||||
return 'components';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user