Initial commit.

This commit is contained in:
2022-11-10 10:49:09 +03:00
commit 3a439538ca
7 changed files with 240 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<?php namespace Wpstudio\Helpers\Classes\Observer;
interface Observer
{
public static function getClass(): string;
}