CodeSleeve / laravel-stapler

Stapler-based file upload package for the Laravel framework.
MIT License
556 stars 109 forks source link

Method Codesleeve\LaravelStapler\Commands\FastenCommand::handle() does not exist #134

Open ponnuchamy51 opened 6 years ago

ponnuchamy51 commented 6 years ago

i received this error while giving php artisan stapler:fasten users profile

askkaz commented 6 years ago

This is because commands now need to have a 'handle' method (renamed from 'fire')