Initial commit

This commit is contained in:
omair saleh
2022-09-24 03:08:32 +08:00
commit 5e603de56f
84 changed files with 11236 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
use CreatesApplication;
}