#591 - storage-providers

This commit is contained in:
Saeed Vaziry
2025-05-19 00:13:17 +02:00
parent 5a00d35eba
commit 563b9c5909
15 changed files with 517 additions and 39 deletions

View File

@ -2,6 +2,7 @@
namespace App\Models;
use Database\Factories\StorageProviderFactory;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Relations\BelongsTo;
@ -17,7 +18,7 @@
*/
class StorageProvider extends AbstractModel
{
/** @use HasFactory<\Database\Factories\StorageProviderFactory> */
/** @use HasFactory<StorageProviderFactory> */
use HasFactory;
protected $fillable = [