This commit is contained in:
2020-09-02 20:07:02 +08:00
parent 046ce49386
commit f8e2492f44
3 changed files with 122 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
<?php
namespace Snowflake\Observer;
use Snowflake\Abstracts\Component;
/**
* Class Observer
* @package Snowflake\Observer
*/
class Observer extends Component
{
}