Skip to content

Commit 772833c

Browse files
committed
[ci-review] Rector Rectify
1 parent 590a522 commit 772833c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rules/Privatization/Guard/LaravelModelGuard.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public function isProtectedMethod(ClassReflection $classReflection, ClassMethod
4747
if ($this->isAttributeMethod($name, $classMethod)) {
4848
return true;
4949
}
50+
5051
return $this->isScopeMethod($name, $classMethod);
5152
}
5253

0 commit comments

Comments
 (0)