v0.5.14c - Fixed middelware typo
This commit is contained in:
parent
2db8032635
commit
a011df41ee
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue