MyBuilder\Cronos\Updater\SymfonyFileSystem::removeFile PHP Method

removeFile() public method

public removeFile ( $filePath )
    public function removeFile($filePath)
    {
        $this->filesystem->remove($filePath);
    }