php-hotfix/src/Hotfix/Loader/LoaderInterface.php
Christopher Vagnetoft c378d62ccb Initial commit
2016-04-19 15:54:03 +02:00

9 lines
112 B
PHP

<?php
namespace NoccyLabs\Hotfix\Hotfix\Loader;
interface LoaderInterface
{
public function load($fix);
}