Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 98a34f7

Browse files
committed
🔥 switched to Leaf factories
1 parent 137f970 commit 98a34f7

2 files changed

Lines changed: 1 addition & 126 deletions

File tree

App/Database/Factories/Factory.php

Lines changed: 0 additions & 125 deletions
This file was deleted.

App/Database/Factories/UserFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace App\Database\Factories;
44

5-
// model to be used in factory
5+
use Leaf\Factory;
66
use App\Models\User;
77
use Illuminate\Support\Str;
88

0 commit comments

Comments
 (0)