mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 00:20:08 +01:00
Apply fixes from StyleCI
This commit is contained in:
@@ -221,7 +221,7 @@ public function unIsolateDirectory($directory)
|
||||
{
|
||||
$site = $this->site->getSiteUrl($directory);
|
||||
|
||||
if (!$site) {
|
||||
if (! $site) {
|
||||
throw new DomainException("The [{$directory}] site could not be found in Valet's site list.");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user