Skip to content

Commit

Permalink
remove duplicated line
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Aug 15, 2015
1 parent 5889423 commit 5cc5d0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Shell/Task/ModelTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ public function bake($name)
*/
public function all()
{
$tables = $this->listUnskipped();
$tables = $this->listUnskipped();
foreach ($tables as $table) {
TableRegistry::clear();
Expand Down

0 comments on commit 5cc5d0d

Please sign in to comment.