Skip to content

Commit

Permalink
remove unneeded method param
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Apr 9, 2016
1 parent 397c1a4 commit 7d4f967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Skeleton/Skeleton.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ protected function setVars()
];
}

protected function newSchema($conn)
protected function newSchema()
{
$conn = $this->conn;

Expand Down

0 comments on commit 7d4f967

Please sign in to comment.