MathiasGrimm\LaravelLogKeeper\Repos\LocalLogsRepo::__construct PHP Method

__construct() public method

public __construct ( array $config )
$config array
    public function __construct(array $config)
    {
        $this->config = $config;
        $this->localLogPath = storage_path('logs');
        $this->disk = new Filesystem();
    }