removing strict mode

This commit is contained in:
rahul shukla 2019-03-27 16:14:35 +05:30
parent aa0ea36c9e
commit 5766fa97b5
1 changed files with 1 additions and 3 deletions

View File

@ -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);