Remove old .env file parsers

pull/8/head
Raphael Cerveaux 2018-07-23 10:06:02 +02:00 committed by GitHub
parent c01b3a5f73
commit c7009e1d3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -2,9 +2,6 @@
namespace App\Service;
//use M1\Env\Parser;
//use Dotenv\Dotenv;
//use \Jsefton\DotEnv\Parser;
use Codervio\Envmanager\Envparser;
/**
@ -28,4 +25,4 @@ class DotEnvParser
{
$this->parser->run();
}
}
}