7 lines
122 B
PHP
7 lines
122 B
PHP
|
<?php namespace Wpstudio\Helpers\Classes\Observer;
|
||
|
|
||
|
interface Observer
|
||
|
{
|
||
|
public static function getClass(): string;
|
||
|
}
|