|
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 //7361ef6fbb55c8d554624c22bd9694d2
/** @noinspection all */
namespace Illuminate\Database\Eloquent {
use Illuminate\Support\HigherOrderTapProxy;
/**
* @method static $this onlyTrashed()
* @method static int restore()
* @method static $this|Model|HigherOrderTapProxy|mixed restoreOrCreate(array $attributes = [], array $values = [])
* @method static $this withTrashed($withTrashed = true)
* @method static $this withoutTrashed()
*/
class Builder {}
}
namespace Illuminate\Http {
/**
* @method static bool hasValidRelativeSignature()
* @method static bool hasValidSignatureWhileIgnoring($ignoreQuery = [], $absolute = true)
*/
class Request {}
}
namespace Illuminate\Support {
/**
* @method static $this debug()
* @method static void downloadExcel(string $fileName, string $writerType = null, $withHeadings = false, array $responseHeaders = [])
* @method static void storeExcel(string $filePath, string $disk = null, string $writerType = null, $withHeadings = false)
*/
class Collection {}
}
namespace Illuminate\Support\Facades {
/**
* @method static void auth($options = [])
* @method static void bitPayWebhook(string $uri = 'laravel-bitpay/webhook')
* @method static void confirmPassword()
* @method static void emailVerification()
* @method static void resetPassword()
*/
class Route {}
}