Skip to content

Commit

Permalink
Update Eloquent
Browse files Browse the repository at this point in the history
  • Loading branch information
orvice committed Jul 6, 2017
1 parent 9895898 commit 3ed27a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Pongtan/Providers/EloquentServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public function boot()
$capsule->addConnection($config[$default], 'default');
}
}
$capsule->setAsGlobal();
$capsule->bootEloquent();
}
}

0 comments on commit 3ed27a5

Please sign in to comment.