diff --git a/src/Franzose/ClosureTable/Models/Entity.php b/src/Franzose/ClosureTable/Models/Entity.php index 22b108f..25b93a7 100644 --- a/src/Franzose/ClosureTable/Models/Entity.php +++ b/src/Franzose/ClosureTable/Models/Entity.php @@ -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) {