Skip to content
Snippets Groups Projects
Commit 9cfd5e4f authored by Eric WAGNER's avatar Eric WAGNER
Browse files

php artisan db:seed fix

parent 88cb2cb0
Branches master
No related merge requests found
......@@ -3,6 +3,8 @@
namespace Database\Seeders;
// use Illuminate\Database\Console\Seeds\WithoutModelEvents;
use App\Models\Student;
use Illuminate\Database\Seeder;
class DatabaseSeeder extends Seeder
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment