fix conflicts

This commit is contained in:
Taylor Otwell
2023-11-28 13:35:59 -06:00
2 changed files with 4 additions and 1 deletions

View File

@@ -11,6 +11,9 @@ use Illuminate\Support\Str;
*/ */
class UserFactory extends Factory class UserFactory extends Factory
{ {
/**
* The current password being used by the factory.
*/
protected static ?string $password; protected static ?string $password;
/** /**

View File

@@ -6,7 +6,7 @@
"build": "vite build" "build": "vite build"
}, },
"devDependencies": { "devDependencies": {
"axios": "^1.1.2", "axios": "^1.6.1",
"laravel-vite-plugin": "^0.8.0", "laravel-vite-plugin": "^0.8.0",
"vite": "^4.0.0" "vite": "^4.0.0"
} }