Skip to content

Commit 799a486

Browse files
committed
fix: removed whitespace causing style issue
1 parent e0a67a1 commit 799a486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework/src/Support/Models/DateString.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ public function __call(string $method, array $arguments): mixed
5454
}
5555

5656
throw new \BadMethodCallException("Method {$method} does not exist on DateTime.");
57-
}
57+
}
5858
}

0 commit comments

Comments
 (0)