composer fix-style

This commit is contained in:
laravel-ide-helper
2026-03-04 09:53:06 +00:00
committed by github-actions[bot]
parent 16f685aa9f
commit 39bcb60b7c
+1 -1
View File
@@ -187,7 +187,7 @@ class Alias
public function shouldExtendParentClass()
{
return $this->parentClass
&& !is_subclass_of($this->extends, \Illuminate\Support\Facades\Facade::class);
&& !is_subclass_of($this->extends, Facade::class);
}
/**