Skip to content

Commit

Permalink
remove require config from bin/directus. Fixes #1259
Browse files Browse the repository at this point in the history
  • Loading branch information
wellingguzman committed Sep 13, 2016
1 parent 49d7154 commit 316fc37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/directus
Expand Up @@ -4,7 +4,6 @@ define('BASE_PATH', realpath(__DIR__ . '/../'));

// Composer Autoloader
$loader = require BASE_PATH . '/vendor/autoload.php';
require BASE_PATH . '/api/config.php';

use Directus\Console\Cli;

Expand Down

0 comments on commit 316fc37

Please sign in to comment.