Ilya Apasov

Results 3 comments of Ilya Apasov

Hey @SammyK! Thanks, I'm glad my contribution was useful! Ok, I reverted the route back to both POST and GET. However, I still think it's not a very good solution....

Try this: ```php // $token will be null if the user denied the request if (! $token) { // User denied the request } else { // set valid $token...

Thanks! I'm absolutely okay if you decline this PR because I've already solved this for me by adding a `.stub` file as described in the larastan issue. Just curious if...