changes to sms packages and option to create user
This commit is contained in:
@@ -4,10 +4,8 @@
|
||||
use App\Models\User;
|
||||
use Illuminate\Http\UploadedFile;
|
||||
use Illuminate\Support\Facades\Storage;
|
||||
use Pest\Laravel; // for static analysis hints
|
||||
use function Pest\Laravel\actingAs;
|
||||
use function Pest\Laravel\get;
|
||||
use function Pest\Laravel\post;
|
||||
|
||||
// for static analysis hints
|
||||
|
||||
it('shows index page', function () {
|
||||
$user = User::factory()->create();
|
||||
|
||||
Reference in New Issue
Block a user