Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Commit

Permalink
Update Connection.php
Browse files Browse the repository at this point in the history
  • Loading branch information
erickmcarvalho committed Sep 26, 2014
1 parent 9e79e92 commit 07490f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Anteros/Database/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
namespace Anteros\Database;

use Illuminate\Database\Connection as LaravelConnection;
use LikePDO\LikePDO;

class Connection extends LaravelConnection
{
Expand All @@ -33,4 +34,4 @@ public function __construct(LikePDO $pdo, $database = NULL, $tablePrefix = NULL,
$this->useDefaultQueryGrammar();
$this->useDefaultPostProcessor();
}
}
}

0 comments on commit 07490f3

Please sign in to comment.