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

12 lines
163 B
PHP
Raw Normal View History

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