%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/hr/api/app/Http/Middleware/
Upload File :
Create Path :
Current File : /var/www/html/hr/api/app/Http/Middleware/ModuleCheck.php

<?php

namespace App\Http\Middleware;

use Closure;

class ModuleCheck
{
    public function handle($request, Closure $next)
    {
        /*$module = Module::getByCode($module);


        if (!$module) {
            throw new ModuleNotImplementedException();
        }

        if (!$module->is_enabled) {
            throw new ModuleNotEnabledException();
        }*/

        return $next($request);
    }
}

Zerion Mini Shell 1.0