Files
kiri-core/kiri-engine/Abstracts/Providers.php
T

15 lines
182 B
PHP
Raw Normal View History

2026-06-12 23:57:25 +08:00
<?php
declare(strict_types=1);
namespace Kiri\Abstracts;
/**
* Class Providers
* @package Kiri\Abstracts
*/
abstract class Providers extends Component implements Provider
{
}