Skip to content

Commit 8aa1beb

Browse files
authored
Merge pull request spatie#75 from mvdnbrk/patch-1
Change static to self
2 parents e0333a5 + d5296e6 commit 8aa1beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/State.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public static function resolveStateClass($state): ?string
110110
return get_class($state);
111111
}
112112

113-
foreach (static::resolveStateMapping() as $stateClass) {
113+
foreach (self::resolveStateMapping() as $stateClass) {
114114
if (! class_exists($stateClass)) {
115115
continue;
116116
}

0 commit comments

Comments
 (0)