Skip to content

Commit

Permalink
Dev: vendor/ should be third_party/
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Nov 7, 2017
1 parent ac21c94 commit c24870e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/commands/console.php
Expand Up @@ -17,7 +17,7 @@
*/
if (!isset($argv[0])) die();
define('BASEPATH','.');
require_once __DIR__ . '/../../vendor/autoload.php';
require_once __DIR__ . '/../../third_party/autoload.php';
require_once(dirname(dirname(dirname(__FILE__))) . DIRECTORY_SEPARATOR . 'framework' . DIRECTORY_SEPARATOR . 'yii.php');
// Load configuration.
$sCurrentDir=dirname(__FILE__);
Expand Down

0 comments on commit c24870e

Please sign in to comment.