You've already forked php-auth
generated from siteworxpro/Php-Template
10 lines
150 B
PHP
10 lines
150 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Siteworxpro\App\CommandBus\Handlers;
|
|
|
|
abstract class CommandHandler implements CommandHandlerInterface
|
|
{
|
|
}
|