wip setup guide
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Lucent\Setup\Step;
|
||||
|
||||
use Lucent\Setup\Data\SetupStep;
|
||||
|
||||
interface IStep
|
||||
{
|
||||
public function __invoke(): SetupStep;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user