
PK 
<?php //4e4d459d430f4ded5217b9893028edd9
/** @noinspection all */
namespace Illuminate\Database\Eloquent {
/**
* @method mixed downloadExcel(string $fileName, null|string $writerType = null, $withHeadings = false)
* @method mixed import(string $filename, null|string $disk = null, null|string $readerType = null)
* @method mixed importAs(string $filename, callable $mapping, null|string $disk = null, null|string $readerType = null)
* @method $this onlyTrashed()
* @method int restore()
* @method mixed storeExcel(string $filePath, null|string $disk = null, null|string $writerType = null, $withHeadings = false)
* @method $this withTrashed($withTrashed = true)
* @method $this withoutTrashed()
*/
class Builder {}
}
namespace Illuminate\Http {
/**
* @method bool hasValidRelativeSignature()
*/
class Request {}
}
namespace Illuminate\Redis {
/**
* @mixin \Illuminate\Redis\Connections\PredisConnection
* @mixin \Redis
*/
class RedisManager {}
}
namespace Illuminate\Support {
/**
* @method mixed downloadExcel(string $fileName, null|string $writerType = null, $withHeadings = false, array $responseHeaders = [])
* @method mixed storeExcel(string $filePath, null|string $disk = null, null|string $writerType = null, $withHeadings = false)
*/
class Collection {}
}


PK 99