removing strict mode
This commit is contained in:
parent
aa0ea36c9e
commit
5766fa97b5
|
|
@ -1,6 +1,4 @@
|
|||
<?php declare(strict_types=1);
|
||||
|
||||
ini_set('display_errors', "1");
|
||||
<?php
|
||||
// getting env file
|
||||
$location = str_replace('\\', '/', getcwd());
|
||||
$currentLocation = explode("/", $location);
|
||||
|
|
|
|||
Loading…
Reference in New Issue