generated from Potter/Template
rename interface
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Potter\\": "src/Potter/Contract/"
|
"Potter\\Startable\\": "src/Potter/Startable/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"authors": [
|
"authors": [
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
namespace Potter\Startable;
|
||||||
|
|
||||||
|
interface StartableInterface
|
||||||
|
{
|
||||||
|
public function start(): void;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user