1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-07 09:10:03 +01:00

Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2022-12-23 18:25:07 +00:00
parent 8006649fa4
commit f27fd68a94

View File

@@ -73,7 +73,7 @@ public function errorIfOldCustomDrivers(): void
{
$driversPath = VALET_HOME_PATH.'/Drivers';
if (!$this->files->isDir($driversPath)) {
if (! $this->files->isDir($driversPath)) {
return;
}