migrate to gtea from bistbucket
This commit is contained in:
15
public/restaurant/stubs/nwidart-stubs/policy.plain.stub
Normal file
15
public/restaurant/stubs/nwidart-stubs/policy.plain.stub
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace $NAMESPACE$;
|
||||
|
||||
use Illuminate\Auth\Access\HandlesAuthorization;
|
||||
|
||||
class $CLASS$
|
||||
{
|
||||
use HandlesAuthorization;
|
||||
|
||||
/**
|
||||
* Create a new policy instance.
|
||||
*/
|
||||
public function __construct() {}
|
||||
}
|
||||
Reference in New Issue
Block a user