We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -384,7 +384,7 @@ |
||
| 384 | 384 | $model = $model->$part(); |
| 385 | 385 | |
| 386 | 386 | if(! is_a($model, \Illuminate\Database\Eloquent\Relations\Relation::class, true)) { |
| 387 | - return false; |
|
| 387 | + return false; |
|
| 388 | 388 | } |
| 389 | 389 | |
| 390 | 390 | $model = $model->getRelated(); |