Skip to content

Commit

Permalink
Update ODMServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j authored Jul 28, 2017
1 parent 512d5a4 commit 4c4a42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/LODM/Laravel/ODMServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function register()
'directory' => storage_path('/')
]));

$this->app->singleton(MongoManager::class, function () use ($container) {
$this->app->singleton(\Spiral\ODM\MongoManager::class, function () use ($container) {
return $container->get(MongoManager::class);
});

Expand Down

0 comments on commit 4c4a42a

Please sign in to comment.