mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
2c8804cff3
commit
01ce0d09e3
@@ -64,7 +64,7 @@ class DatabaseSubdomainRepository implements SubdomainRepository
|
||||
$this->database
|
||||
->query('SELECT * FROM subdomains WHERE subdomain = :name AND domain = :domain', [
|
||||
'name' => $name,
|
||||
'domain' => $domain
|
||||
'domain' => $domain,
|
||||
])
|
||||
->then(function (Result $result) use ($deferred) {
|
||||
$deferred->resolve($result->rows[0] ?? null);
|
||||
|
||||
Reference in New Issue
Block a user