remove dev from generate_db

This commit is contained in:
Ruben 2016-09-01 16:35:43 +01:00
parent 2e08bbf940
commit 00059ea085
1 changed files with 1 additions and 1 deletions

View File

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