clara_old/stubs/nwidart-stubs/policy.plain.stub

21 lines
267 B
Plaintext
Raw Normal View History

2023-07-03 07:33:24 +00:00
<?php
namespace $NAMESPACE$;
use Illuminate\Auth\Access\HandlesAuthorization;
class $CLASS$
{
use HandlesAuthorization;
/**
* Create a new policy instance.
*
* @return void
*/
public function __construct()
{
//
}
}