v0.5.7 - Made multi language option
This commit is contained in:
@@ -19,6 +19,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