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