Skip to content

Commit b2818a9

Browse files
committed
cs fix
1 parent 967220f commit b2818a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Models/Site.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function getConnectionAttribute(): Connection
4747
{
4848
return App::makeWith(
4949
Connection::class,
50-
["baseUrl" =>$this->url, "key" => $this->key]
50+
["baseUrl" => $this->url, "key" => $this->key]
5151
);
5252
}
5353

0 commit comments

Comments
 (0)