Files

16 lines
220 B
Plaintext
Raw Permalink Normal View History

2026-03-15 17:08:23 +07:00
<?php
namespace $NAMESPACE$;
use Illuminate\Auth\Access\HandlesAuthorization;
class $CLASS$
{
use HandlesAuthorization;
/**
* Create a new policy instance.
*/
public function __construct() {}
}