Skip to content

Commit

Permalink
fix #126
Browse files Browse the repository at this point in the history
  • Loading branch information
franzose committed Dec 14, 2014
1 parent 7af4b2c commit f61ec91
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Franzose/ClosureTable/Models/Entity.php
Original file line number Diff line number Diff line change
Expand Up @@ -1490,7 +1490,11 @@ protected function newBaseQueryBuilder()
return new QueryBuilder($conn, $grammar, $conn->getPostProcessor());
}

private static function echo_debug($string)
/**
* Echo some debug information.
*
*/
protected static function echo_debug($string)
{
if (static::$debug)
{
Expand Down

0 comments on commit f61ec91

Please sign in to comment.