|
URL Shortener 1.0
A Laravel-based URL shortener application
|
\Database\Eloquent\Factories\Factory<\App\Models\User> Plus de détails...
Fonctions membres publiques | |
| definition () | |
| Define the model's default state. | |
| unverified () | |
| Indicate that the model's email address should be unverified. | |
Attributs protégés statiques | |
| static string | $password |
| The current password being used by the factory. | |
\Database\Eloquent\Factories\Factory<\App\Models\User>
Définition à la ligne 12 du fichier UserFactory.php.
| Database\Factories\UserFactory::definition | ( | ) |
Define the model's default state.
Définition à la ligne 24 du fichier UserFactory.php.
| Database\Factories\UserFactory::unverified | ( | ) |
Indicate that the model's email address should be unverified.
Définition à la ligne 38 du fichier UserFactory.php.
|
staticprotected |
The current password being used by the factory.
Définition à la ligne 17 du fichier UserFactory.php.