File "ZipFacade.php"
Full Path: /home/isoftco/public_html/hrm/vendor/macellan/laravel-zip/src/ZipFacade.php
File size: 190 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Macellan\Zip;
use Illuminate\Support\Facades\Facade;
class ZipFacade extends Facade
{
protected static function getFacadeAccessor()
{
return 'zip';
}
}