mirror of
https://github.com/flarum/framework.git
synced 2025-04-26 06:34:06 +08:00
Cleanup
This commit is contained in:
parent
7ba59fc9a4
commit
9375e92c12
@ -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