Closed bplace closed 4 years ago
I'm using laravel-ide-helper in PHPStorm and found the Facade class is missing a small PHPDocblock which prevents code completion.
Here is the small missing DocBlock:
/** * Class Meta * @package Butschster\Head\Facades * @mixin MetaInterface */ class Meta extends Facade { }
I'm using laravel-ide-helper in PHPStorm and found the Facade class is missing a small PHPDocblock which prevents code completion.
Here is the small missing DocBlock: