fix(routes): overwrite RouteCollection to include all routes + update js and php dependencies

This commit is contained in:
Yassine Doghri 2023-08-21 16:13:03 +00:00
commit b4f1b916bf
27 changed files with 11126 additions and 13871 deletions

View file

@ -243,6 +243,8 @@ class InstallController extends Controller
{
$migrate = Services::migrations();
$migrate->setNamespace('CodeIgniter\Settings')
->latest();
$migrate->setNamespace(null)
->latest();
}