|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/lecturebazaar.com/vendor/_laravel_idea/ |
Upload File : |
<?php //ec8d2a29804f84c18a686d20eca6f4f9
/** @noinspection all */
namespace Illuminate\Database\Eloquent {
use Illuminate\Support\HigherOrderTapProxy;
/**
* @method $this onlyTrashed()
* @method int restore()
* @method $this|Model|HigherOrderTapProxy|mixed restoreOrCreate(array $attributes = [], array $values = [])
* @method $this withTrashed($withTrashed = true)
* @method $this withoutTrashed()
*/
class Builder {}
}
namespace Illuminate\Http {
/**
* @method bool hasValidRelativeSignature()
* @method bool hasValidSignatureWhileIgnoring($ignoreQuery = [], $absolute = true)
*/
class Request {}
}
namespace Illuminate\Support {
/**
* @method $this debug()
* @method void downloadExcel(string $fileName, string $writerType = null, $withHeadings = false, array $responseHeaders = [])
* @method void storeExcel(string $filePath, string $disk = null, string $writerType = null, $withHeadings = false)
*/
class Collection {}
}
namespace Illuminate\Support\Facades {
/**
* @method void auth($options = [])
* @method void bitPayWebhook(string $uri = 'laravel-bitpay/webhook')
* @method void confirmPassword()
* @method void emailVerification()
* @method void resetPassword()
*/
class Route {}
}