mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-17 17:47:13 +00:00
composer fix-style
This commit is contained in:
committed by
github-actions[bot]
parent
16f685aa9f
commit
39bcb60b7c
+1
-1
@@ -187,7 +187,7 @@ class Alias
|
|||||||
public function shouldExtendParentClass()
|
public function shouldExtendParentClass()
|
||||||
{
|
{
|
||||||
return $this->parentClass
|
return $this->parentClass
|
||||||
&& !is_subclass_of($this->extends, \Illuminate\Support\Facades\Facade::class);
|
&& !is_subclass_of($this->extends, Facade::class);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user