mirror of
https://github.com/flarum/core.git
synced 2025-07-17 23:01:17 +02:00
Cleanup
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<?php
|
||||
|
||||
$action = function($class)
|
||||
{
|
||||
$action = function ($class) {
|
||||
return function () use ($class) {
|
||||
$action = App::make($class);
|
||||
$request = app('request');
|
||||
|
Reference in New Issue
Block a user