v0.5.14c - Fixed middelware typo
This commit is contained in:
@@ -11,7 +11,7 @@ class UserEventController extends Controller
|
|||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
$this->middleware(["auth"]);
|
$this->middleware(["auth"]);
|
||||||
$this->middleware(["lang"])->except(["create"]);
|
$this->middleware(["lang"]);
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Update the specified resource in storage.
|
* Update the specified resource in storage.
|
||||||
|
|||||||
Reference in New Issue
Block a user