Update to laravel 12, other changes.

This commit is contained in:
Simon Pocrnjič
2025-03-25 21:38:24 +01:00
parent 0f8cfd3f16
commit 86a021143a
22 changed files with 2820 additions and 1504 deletions
+4 -1
View File
@@ -6,5 +6,8 @@
abstract class TestCase extends BaseTestCase
{
//
public function testBasicTest(): void
{
$this->assertTrue(true);
}
}