When i use command `php artisan make:control MyControl --model=MyModel`, the model import is not good ```php <?php protected string $model = App\Models\MyModel::class; // instead of protected string $model = \App\Models\MyModel::class; ```