Phil Birnie

Results 2 comments of Phil Birnie

Hey @mwhdc - https://github.com/gharlan/alfred-github-workflow/issues/82#issuecomment-661636907 -- I had the same problem, and this resolved it. Not sure it will work for you, but worth a shot!

I was able to use this in 11 by adding the following in `./bootstrap/providers.php` as follows: ```php return [ App\Providers\AppServiceProvider::class, MikeMcLin\WpPassword\WpPasswordProvider::class ]; ```` In my particular case, I tapped into...