Core classes removed by error

This commit is contained in:
ludo
2024-03-03 14:53:54 +01:00
parent 139aeb8074
commit 26ca3eb3ca
8 changed files with 408 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace App\Repositories\Core;
use App\Traits\Repository\Imageable;
class Images
{
use Imageable;
}