damn you travis. fixed multiple define
This commit is contained in:
@@ -11,7 +11,9 @@
|
||||
|
|
||||
*/
|
||||
|
||||
define('LUMEN_START', microtime(true));
|
||||
if(!defined('LUMEN_START')) {
|
||||
define('LUMEN_START', microtime(true));
|
||||
}
|
||||
|
||||
$app = new Illuminate\Foundation\Application(
|
||||
realpath(__DIR__.'/../')
|
||||
|
||||
Reference in New Issue
Block a user