Components\ThemeManager\Services\ThemeInstaller::cleanup PHP Метод

cleanup() публичный Метод

Cleans up the temporary files/folders from temporary directory
public cleanup ( )
    public function cleanup()
    {
        File::deleteDirectory($this->full_path);
        File::delete(temp_path() . '/' . $this->filename);
    }