1
0
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:
Steve Clay
2016-04-02 11:46:29 -04:00
parent 5da955966b
commit b7cf3808d7
8 changed files with 98 additions and 46 deletions

View File

@@ -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;