变更命名空间
This commit is contained in:
@ -2,15 +2,15 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace MessageNotify\Template;
|
||||
namespace EasyMessage\Template;
|
||||
|
||||
use MessageNotify\Contracts\MessageNotifyInterface;
|
||||
use EasyMessage\Contracts\EasyMessageInterface;
|
||||
|
||||
abstract class AbstractTemplate
|
||||
{
|
||||
protected array $at = [];
|
||||
|
||||
protected string $pipeline = MessageNotifyInterface::INFO;
|
||||
protected string $pipeline = EasyMessageInterface::INFO;
|
||||
|
||||
protected string $text = '';
|
||||
|
||||
|
Reference in New Issue
Block a user