Skip to content

Commit c3dde5d

Browse files
adamlcandig
authored andcommitted
Fix Laravel 4 support (#52)
1 parent 2e8ec9e commit c3dde5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Bootstraps/Laravel.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ public function getApplication()
6969
// Laravel 4
7070
if (file_exists('bootstrap/start.php')) {
7171
$this->app = require_once 'bootstrap/start.php';
72+
$this->app->boot();
73+
74+
return $this->app;
7275
}
7376

7477
if (!$this->app) {

0 commit comments

Comments
 (0)