generated from Potter/Template
create StartableInterface
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Potter\Contract\Startable;
|
||||
|
||||
interface StartableInterface
|
||||
{
|
||||
public function start(): void;
|
||||
}
|
||||
Reference in New Issue
Block a user