This commit is contained in:
2020-09-02 18:21:22 +08:00
parent 96d9e527bb
commit e8aeff58e4
4 changed files with 37 additions and 5 deletions
+17
View File
@@ -0,0 +1,17 @@
<?php
namespace Snowflake\Abstracts;
use Snowflake\Application;
/**
* Class Providers
* @package Snowflake\Abstracts
*/
abstract class Providers extends Component
{
}