Skip to content

Commit

Permalink
v3.0.3
Browse files Browse the repository at this point in the history
* Rename `Orchestra\Foundation\Middleware\UseBackendTheme` to `Orchestra\Foundation\Http\Middleware\UseBackendTheme`.
* Update `compiled.php` generated path.

Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Mar 14, 2015
1 parent 67af671 commit 07a4faa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootstrap/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
|
*/

$compiledPath = __DIR__.'/../storage/framework/compiled.php';
$compiledPath = __DIR__.'/../vendor/compiled.php';

if (file_exists($compiledPath)) {
require $compiledPath;
Expand Down
3 changes: 2 additions & 1 deletion docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ title: Change Log

## Version 3.0 {#v3-0}

### v3.0.3@dev {#v3-0-3}
### v3.0.3 {#v3-0-3}

* Rename `Orchestra\Foundation\Middleware\UseBackendTheme` to `Orchestra\Foundation\Http\Middleware\UseBackendTheme`.
* Update `compiled.php` generated path.

### v3.0.2 {#v3-0-2}

Expand Down

0 comments on commit 07a4faa

Please sign in to comment.