JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr gilour

File "Agent.php"

Full Path: /home/mipedido/web/mipedido.app/public_html/vendor/shetabit/visitor/src/Facade/Agent.php
File size: 301 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Shetabit\Agent\Facades;

use Illuminate\Support\Facades\Facade;

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