jasekz / rentals-united-caching

Laravel package meant to simplify syncing data with Rentals United
MIT License
4 stars 2 forks source link

Handle does not exist #1

Open quarxdmz opened 6 years ago

quarxdmz commented 6 years ago

Hi,

Laravel Version 5.5.23

I was trying this and issuing command artisan rentals_united:cache_all, I got this error:

In BoundMethod.php line 135:

Method Jasekz\RentalsUnitedCaching\Commands\UpdatePropertiesCommand::handle
() does not exist

thanks, sam

quarxdmz commented 6 years ago

in in CacheAllCommand.php

I added: public function handle() { $this->fire(); }

the ::handle() does not exist