This commit is contained in:
F4ilji
2026-03-20 21:47:02 +05:00
parent ae7b42acbe
commit a3948c872e
1926 changed files with 2630 additions and 270 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
namespace App\Containers\Dashboard\Loaders;
class ProvidersLoader
{
/**
* @var array
*/
public array $providers = [];
}