laravel-newsletter icon indicating copy to clipboard operation
laravel-newsletter copied to clipboard

Facade pattern prevents IDE autocomplete

Open pindab0ter opened this issue 1 year ago • 0 comments

The way of importing described in the documentation is not recognized by PhpStorm 2022.1.4. Shot_20220726_151355

The alternative would be to import the NewsletterFacade and alias it to Newsletter, but then the methods don't get recognized. image

I don't have any experience with the Facade pattern and have no clue on how you could go about fixing it.

If someone could explain that to me I'm willing to write up a PR. Otherwise, please look into this.

pindab0ter avatar Jul 26 '22 13:07 pindab0ter