Skip to content

Commit

Permalink
Fix to load MySql Class
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyasue committed Jan 28, 2014
1 parent 3f8b542 commit 718d053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spika/Provider/SpikaDbServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace Spika\Provider;

use Spika\Db\CouchDb;
use Spika\Db\MySQL;
use Spika\Db\MySql;
use Silex\Application;
use Silex\ServiceProviderInterface;

Expand Down

0 comments on commit 718d053

Please sign in to comment.