Initial commit
This commit is contained in:
8
src/Hotfix/Loader/LoaderInterface.php
Normal file
8
src/Hotfix/Loader/LoaderInterface.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace NoccyLabs\Hotfix\Hotfix\Loader;
|
||||
|
||||
interface LoaderInterface
|
||||
{
|
||||
public function load($fix);
|
||||
}
|
Reference in New Issue
Block a user