Skip to content

Commit

Permalink
Reverting recent change as traits cannot extend other traits
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Mar 7, 2013
1 parent 6201fe8 commit 462cfc5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -21,7 +21,7 @@
use Cake\Model\Datasource\Database\Query;
use Cake\Model\Datasource\Database\SqlDialectTrait;

trait PostgresDialectTrait extends SqlDialectTrait {
trait PostgresDialectTrait {

protected function _selectQueryTranslator($query) {
$limit = $query->clause('limit');
Expand Down

0 comments on commit 462cfc5

Please sign in to comment.