Skip to content

Commit

Permalink
Move ARTISAN_BINARY definition back to bin/artisan
Browse files Browse the repository at this point in the history
  • Loading branch information
WaveHack committed Apr 28, 2017
1 parent ddbfc6e commit 615f7bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions bin/artisan
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env php
<?php

define('ARTISAN_BINARY', 'bin/artisan');

/*
|--------------------------------------------------------------------------
| Register The Auto Loader
Expand Down
4 changes: 0 additions & 4 deletions src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ public function __construct($basePath)

$this->appPath = ($this->basePath() . DIRECTORY_SEPARATOR . 'app');
$this->bindPathsInContainer();

if (!defined('ARTISAN_BINARY')) {
define('ARTISAN_BINARY', 'bin/artisan');
}
}

public function path($path = '')
Expand Down

0 comments on commit 615f7bc

Please sign in to comment.