Skip to content

Commit 3cb8f63

Browse files
committed
chore: update mvc-core version
1 parent bc65c52 commit 3cb8f63

File tree

3 files changed

+2
-4702
lines changed

3 files changed

+2
-4702
lines changed

app/routes/index.php

-11
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,6 @@
2828
// response()->page(ViewsPath("errors/500.html", false), 500);
2929
// });
3030

31-
/*
32-
|--------------------------------------------------------------------------
33-
| Set up Controller namespace
34-
|--------------------------------------------------------------------------
35-
|
36-
| This allows you to directly use controller names instead of typing
37-
| the controller namespace first.
38-
|
39-
*/
40-
app()->setNamespace('\App\Controllers');
41-
4231
/*
4332
|--------------------------------------------------------------------------
4433
| Your application routes

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leafs/mvc",
3-
"version": "3.7",
3+
"version": "3.8",
44
"description": "A lightweight PHP MVC framework powered by Leaf",
55
"type": "library",
66
"keywords": [
@@ -28,7 +28,7 @@
2828
"require": {
2929
"illuminate/console": "^8.75",
3030
"leafs/blade": "*",
31-
"leafs/mvc-core": "*",
31+
"leafs/mvc-core": "^1.10",
3232
"leafs/leaf": "^3.7",
3333
"leafs/csrf": "*",
3434
"leafs/logger": "*",

0 commit comments

Comments
 (0)