remove dev from generate_db
This commit is contained in:
parent
2e08bbf940
commit
00059ea085
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
chdir(__DIR__);
|
chdir(__DIR__);
|
||||||
|
|
||||||
define('APPLICATION_ENV', 'development');
|
// define('APPLICATION_ENV', 'development');
|
||||||
|
|
||||||
require_once __DIR__ . "/../bootstrap.php";
|
require_once __DIR__ . "/../bootstrap.php";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue