Skip to content

Commit 6679e31

Browse files
Remove spaces
1 parent a7f6a2a commit 6679e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Eloquent/HasSchemaVersion.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function getSchemaVersion(): int
6363
*/
6464
public function setSchemaVersion(int $version): void
6565
{
66-
$this->{static::getSchemaVersionKey()} = $version;
66+
$this->{static::getSchemaVersionKey()} = $version;
6767
}
6868

6969
/**

0 commit comments

Comments
 (0)