add Immich send

This commit is contained in:
Romain
2026-04-17 15:44:42 +02:00
parent 640442b399
commit 49828c9323
61 changed files with 10506 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
//
}