мой 1 камит

This commit is contained in:
Your Project Name
2025-11-19 17:47:46 +00:00
commit 89c10c6a70
98 changed files with 13664 additions and 0 deletions

10
tests/TestCase.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
//
}