Fixs after replacing the event dispatcher

This commit is contained in:
Frédéric Guillot
2014-12-27 19:23:51 -05:00
parent 17dc5bdc9e
commit 1522be603b
6 changed files with 22 additions and 18 deletions

View File

@@ -16,7 +16,7 @@ class DatabaseProvider implements ServiceProviderInterface
/**
* Setup the database driver and execute schema migration
*
* @return PicoDb\Database
* @return \PicoDb\Database
*/
public function getInstance()
{
@@ -49,7 +49,7 @@ class DatabaseProvider implements ServiceProviderInterface
/**
* Setup the Sqlite database driver
*
* @return PicoDb\Database
* @return \PicoDb\Database
*/
function getSqliteInstance()
{
@@ -64,7 +64,7 @@ class DatabaseProvider implements ServiceProviderInterface
/**
* Setup the Mysql database driver
*
* @return PicoDb\Database
* @return \PicoDb\Database
*/
function getMysqlInstance()
{
@@ -83,7 +83,7 @@ class DatabaseProvider implements ServiceProviderInterface
/**
* Setup the Postgres database driver
*
* @return PicoDb\Database
* @return \PicoDb\Database
*/
public function getPostgresInstance()
{