mirror of
https://github.com/mrclay/minify.git
synced 2025-08-25 23:06:14 +02:00
Improves README and add install doc page
Shows how to install as a composer dependency
This commit is contained in:
@@ -24,6 +24,11 @@ use Psr\Log\LoggerInterface;
|
||||
*/
|
||||
class App extends Container {
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*
|
||||
* @param string $dir Directory containing config files
|
||||
*/
|
||||
public function __construct($dir)
|
||||
{
|
||||
$that = $this;
|
||||
|
Reference in New Issue
Block a user