Skip to content

Commit

Permalink
Lumen compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiCollin committed Apr 15, 2015
1 parent 604f788 commit 407b4c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/AnalogueServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function register()
{
$this->app->bindShared('analogue', function ($app) {

$db = new DatabaseManager($app, $app['db.factory']);
$db = $app['db'];

$connectionProvider = new IlluminateConnectionProvider($db);

Expand Down
2 changes: 1 addition & 1 deletion src/ValueObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class ValueObject implements Mappable, ArrayAccess, Jsonable, JsonSerializable, Arrayable {
use MappableTrait;

/**
/**
* Dynamically retrieve attributes on the entity.
*
* @param string $key
Expand Down

0 comments on commit 407b4c4

Please sign in to comment.