Skip to content

Commit c6c42a5

Browse files
committed
Removed deprecated methods from stubs
1 parent 470a34e commit c6c42a5

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.stubs.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,6 @@
77
class Builder
88
{
99
// join relationship methods
10-
/** @return self */
11-
public function joinRelation(string $relationName, Closure|array|string $callback = null, string $joinType = 'join', bool $useAlias = false, bool $disableExtraConditions = false, string $morphable = null) {}
12-
13-
/** @return self */
14-
public function leftJoinRelation(string $relationName, Closure|array|string $callback = null, string $joinType = 'join', bool $useAlias = false, bool $disableExtraConditions = false, string $morphable = null) {}
15-
16-
/** @return self */
17-
public function rightJoinRelation(string $relationName, Closure|array|string $callback = null, string $joinType = 'join', bool $useAlias = false, bool $disableExtraConditions = false, string $morphable = null) {}
18-
1910
/** @return self */
2011
public function joinRelationship(string $relationName, Closure|array|string $callback = null, string $joinType = 'join', bool $useAlias = false, bool $disableExtraConditions = false, string $morphable = null) {}
2112

0 commit comments

Comments
 (0)