Hi All, I have this issue about refreshing my current model, because I updated the size of my Style. Any ideas? **Versions:** "laravel/framework": "5.5.*" "codesleeve/laravel-stapler": "1.0.08" My Code: `php artisan stapler:refresh app\Models\Product` `php artisan stapler:refresh app\Models\Product --attachments="product"` Result: ``` [ReflectionException] Method Codesleeve\LaravelStapler\Commands\RefreshCommand::handle() does not exist ```