chore(*.php): use pint for php formatting
This commit is contained in:
parent
029caaaa9e
commit
cf1ee4c97f
40 changed files with 2261 additions and 1900 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
define('PROJECT_ROOT', realpath(__DIR__ . '/..'));
|
||||
define('PROJECT_ROOT', realpath(__DIR__.'/..'));
|
||||
|
||||
require_once PROJECT_ROOT . '/vendor/autoload.php';
|
||||
require_once PROJECT_ROOT . '/app/Utils/init.php';
|
||||
require_once PROJECT_ROOT.'/vendor/autoload.php';
|
||||
require_once PROJECT_ROOT.'/app/Utils/init.php';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue