Skip to content

Commit

Permalink
Update Model.php
Browse files Browse the repository at this point in the history
  • Loading branch information
erickfirmo authored Jan 27, 2020
1 parent d5e2bd7 commit 3ccd23b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

namespace ErickFirmo;

use DBConnection;

abstract class Model {
protected $paginate = false;
protected $limit = false;
Expand Down Expand Up @@ -333,4 +331,3 @@ public function seeInDatabase($table, $fields)
}

}

0 comments on commit 3ccd23b

Please sign in to comment.