php-hotfix/src/Hotfix/Loader/LoaderInterface.php

9 lines
112 B
PHP
Raw Normal View History

2016-04-19 15:54:03 +02:00
<?php
namespace NoccyLabs\Hotfix\Hotfix\Loader;
interface LoaderInterface
{
public function load($fix);
}