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

19 lines
240 B
Plaintext
Raw Normal View History

2024-08-27 17:48:06 +05:45
<?php
namespace $NAMESPACE$;
use Illuminate\Auth\Access\HandlesAuthorization;
class $CLASS$
{
use HandlesAuthorization;
/**
* Create a new policy instance.
*/
public function __construct()
{
//
}
}