chore(deps): Dependency update, codestyle fixes

This commit is contained in:
2023-05-10 02:34:54 +03:00
parent 557e906acf
commit 45927b0171
12 changed files with 323 additions and 242 deletions

View File

@@ -1,5 +1,9 @@
<?php
/**
* Application bootstrap
*/
/**
* Create The Application
*
@@ -8,7 +12,7 @@
* the IoC container for the system binding all of the various parts.
*/
$app = new LaravelZero\Framework\Application(
dirname( __DIR__ )
dirname(__DIR__)
);
/**