Fix factories having wrong namespace

This commit is contained in:
Matthew Penner 2021-01-23 15:07:58 -07:00
parent 8a79589317
commit 409c081275
15 changed files with 15 additions and 15 deletions

View file

@ -1,6 +1,6 @@
<?php
namespace Database\factories2;
namespace Database\Factories;
use Carbon\Carbon;
use Illuminate\Support\Str;