We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 967220f commit b2818a9Copy full SHA for b2818a9
app/Models/Site.php
@@ -47,7 +47,7 @@ public function getConnectionAttribute(): Connection
47
{
48
return App::makeWith(
49
Connection::class,
50
- ["baseUrl" =>$this->url, "key" => $this->key]
+ ["baseUrl" => $this->url, "key" => $this->key]
51
);
52
}
53
0 commit comments