Skip to content

Stub control with with flag --model bad import #32

@Samoht70

Description

@Samoht70

When i use command php artisan make:control MyControl --model=MyModel, the model import is not good

<?php
protected string $model = App\Models\MyModel::class;
// instead of
protected string $model = \App\Models\MyModel::class;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions