Skip to content

Commit 2cb2d87

Browse files
committed
Removed unused function
1 parent 9dd336b commit 2cb2d87

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/PowerJoinClause.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ public function on($first, $operator = null, $second = null, $boolean = 'and'):
7676
return $this;
7777
}
7878

79-
public function morphableClass(string $modelClass)
80-
{
81-
dd($modelClass);
82-
}
83-
8479
public function getModel()
8580
{
8681
return $this->model;

0 commit comments

Comments
 (0)