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