Files
2025-09-07 08:50:01 +03:30

16 lines
220 B
Plaintext

<?php
namespace $NAMESPACE$;
use Illuminate\Auth\Access\HandlesAuthorization;
class $CLASS$
{
use HandlesAuthorization;
/**
* Create a new policy instance.
*/
public function __construct() {}
}