HOME


Mini Shell 1.0
Login Page - Texind
png


Welcome to Texind Admin Portal! 馃憢

DIR: /home/u358511784/domains/texindcolors.com/public_html/vendor/jenssegers/agent/src/Facades/
Upload File :
Current File : /home/u358511784/domains/texindcolors.com/public_html/vendor/jenssegers/agent/src/Facades/Agent.php
<?php

namespace Jenssegers\Agent\Facades;

use Illuminate\Support\Facades\Facade;

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