12 lines
156 B
PHP
Executable File
12 lines
156 B
PHP
Executable File
<?php
|
|
|
|
namespace App\Containers\AdditionalEducation\Loaders;
|
|
|
|
class ProvidersLoader
|
|
{
|
|
/**
|
|
* @var array
|
|
*/
|
|
public array $providers = [];
|
|
}
|