JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbrroute('LaravelUpdater::welcome'); } if(\Auth::check()) { \App::setLocale(\Auth::user()->currentLanguage()); if(\Auth::user()->type == 'super admin') { $migrations = $this->getMigrations(); $dbMigrations = $this->getExecutedMigrations(); $numberOfUpdatesPending = count($migrations) - count($dbMigrations); if($numberOfUpdatesPending > 0) { return redirect()->route('LaravelUpdater::welcome'); } } } $RouteName = \Route::currentRouteName(); $input = $request->all(); array_walk_recursive( $input, function (&$input,$RouteName){ $input = ($RouteName != "business.update") ? $input : strip_tags($input) ; } ); $request->merge($input); return $next($request); } }