v0.5.14c - Fixed middelware typo

This commit is contained in:
Neerholt 2020-08-10 09:18:00 +02:00
parent 2db8032635
commit a011df41ee
1 changed files with 1 additions and 1 deletions

View File

@ -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.