@@ -140,7 +140,6 @@ class TagThrough
140140 */
141141 protected string $ hasRelation ;
142142
143-
144143 /**
145144 * Eloquent built in has relation class name.
146145 *
@@ -185,7 +184,6 @@ class TagThrough
185184 */
186185 protected int $ categoryThroughType ;
187186
188-
189187 /**
190188 * Connect key depends on inverse param.
191189 *
@@ -303,7 +301,6 @@ public function __construct(
303301 $ this ->resetTargetTable ();
304302 }
305303
306-
307304 /**
308305 * Build tag through relationship.
309306 *
@@ -436,7 +433,6 @@ protected function buildSelect() {
436433 );
437434 }
438435
439-
440436 /**
441437 * Build inverse relationship.
442438 *
@@ -451,7 +447,6 @@ protected function buildTagThroughInverse() {
451447 $ this ->buildSelectInverse ();
452448 }
453449
454-
455450 /**
456451 * Join to target model inverse.
457452 *
@@ -506,7 +501,6 @@ protected function whereRelationInverse() {
506501
507502 }
508503
509-
510504 /**
511505 * Build select statement for the inverse relationship.
512506 *
@@ -533,6 +527,11 @@ protected function buildSelectInverse() {
533527 ));
534528 }
535529
530+ /**
531+ * Table alias exists.
532+ *
533+ * @return bool
534+ */
536535 protected function hasTableAlias () {
537536 return $ this ->tableAlias !== null ;
538537 }
@@ -564,7 +563,6 @@ protected function hasTarget() {
564563 return $ this ->target !== null ;
565564 }
566565
567-
568566 /**
569567 * Handle soft deletes if they are enabled in target model.
570568 *
0 commit comments