Skip to content

Commit

Permalink
Model - make builder function protected as it wase before split
Browse files Browse the repository at this point in the history
  • Loading branch information
najdanovicivan committed Jan 6, 2021
1 parent 55807d7 commit 83c1a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ public function countAllResults(bool $reset = true, bool $test = false)
*
* @return BaseBuilder
*/
public function builder(?string $table = null)
protected function builder(?string $table = null)
{
// Check for an existing Builder
if ($this->builder instanceof BaseBuilder)
Expand Down

0 comments on commit 83c1a86

Please sign in to comment.