LMongo\DatabaseManager::__construct PHP Method

__construct() public method

Create a new database manager instance.
public __construct ( Illuminate\Foundation\Application $app ) : void
$app Illuminate\Foundation\Application
return void
    public function __construct($app)
    {
        $this->app = $app;
    }