Merge pull request #3 from sebathefox/Multi-language
v.0.5.8 - Multi language
This commit is contained in:
@@ -20,6 +20,7 @@ class WashingReservationController extends Controller
|
||||
public function __construct()
|
||||
{
|
||||
$this->middleware([ "auth" ]);
|
||||
$this->middleware([ "lang" ]);
|
||||
|
||||
$this->middleware([ "check.auth:washing.machine.reservation.list" ])->only(["index", "appindex"]);
|
||||
$this->middleware([ "check.auth:washing.machine.reservation.show" ])->only("show");
|
||||
|
||||
Reference in New Issue
Block a user