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

File "OptionalAuthenticate.php"

Full Path: /home/markqprx/iniasli.pro/Auth/Middleware/OptionalAuthenticate.php
File size: 331 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Common\Auth\Middleware;

use Illuminate\Auth\Middleware\Authenticate;

class OptionalAuthenticate extends Authenticate
{
    // prevent authentication exception if user is not logged in at all. This will be handled in policies instead
    protected function unauthenticated($request, array $guards)
    {

    }
}