v0.5.7 - Made multi language option
This commit is contained in:
@@ -11,6 +11,7 @@ class LocationController extends Controller
|
||||
public function __construct()
|
||||
{
|
||||
$this->middleware([ "auth" ]);
|
||||
$this->middleware([ "lang" ]);
|
||||
|
||||
$this->middleware([ "check.auth:locations.list" ])->only("index");
|
||||
$this->middleware([ "check.auth:locations.show" ])->only("show");
|
||||
|
||||
Reference in New Issue
Block a user