Spatie\Permission\PermissionRegistrar::__construct PHP Метод

__construct() публичный Метод

public __construct ( Illuminate\Contracts\Auth\Access\Gate $gate, Illuminate\Contracts\Cache\Repository $cache )
$gate Illuminate\Contracts\Auth\Access\Gate
$cache Illuminate\Contracts\Cache\Repository
    public function __construct(Gate $gate, Repository $cache)
    {
        $this->gate = $gate;
        $this->cache = $cache;
    }