mirror of
https://github.com/flarum/framework.git
synced 2025-04-27 15:14:04 +08:00
Cleanup
This commit is contained in:
parent
9bb7001645
commit
b6ef1f296e
@ -1,7 +1,6 @@
|
||||
<?php
|
||||
|
||||
$action = function($class)
|
||||
{
|
||||
$action = function ($class) {
|
||||
return function () use ($class) {
|
||||
$action = App::make($class);
|
||||
$request = app('request');
|
||||
|
Loading…
x
Reference in New Issue
Block a user