ok

Mini Shell

Direktori : /home2/selectio/public_html/fms-worksuite/vendor/mitchbred/entrust/src/Entrust/
Upload File :
Current File : /home2/selectio/public_html/fms-worksuite/vendor/mitchbred/entrust/src/Entrust/EntrustFacade.php

<?php namespace Trebol\Entrust;

/**
 * This file is part of Entrust,
 * a role & permission management solution for Laravel.
 *
 * @license MIT
 * @package Trebol\Entrust
 */

use Illuminate\Support\Facades\Facade;

class EntrustFacade extends Facade
{
    /**
     * Get the registered name of the component.
     *
     * @return string
     */
    protected static function getFacadeAccessor()
    {
        return 'entrust';
    }
}

Zerion Mini Shell 1.0