Beispiel #1
0
 public function handle($request, \Closure $next)
 {
     \Larakit\Twig::apply();
     return $next($request);
 }