Skip to content

[Bug] Hash Facade is not imported #3

@Naoray

Description

@Naoray

When generating a factory for a Model with a password column it will generate the following column in the factory file:

'password' => Hash::make('password'),

We need to add the import statement at the top or let the developer know that he hast to add it.

use Illuminate\Support\Facades\Hash;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions