mirror of https://github.com/kcal-app/kcal.git
Update app dependencies
This commit is contained in:
parent
1a30b7cd1d
commit
636f9ff864
|
@ -152,6 +152,7 @@ namespace PHPSTORM_META {
|
||||||
'command.queue.forget' => \Illuminate\Queue\Console\ForgetFailedCommand::class,
|
'command.queue.forget' => \Illuminate\Queue\Console\ForgetFailedCommand::class,
|
||||||
'command.queue.listen' => \Illuminate\Queue\Console\ListenCommand::class,
|
'command.queue.listen' => \Illuminate\Queue\Console\ListenCommand::class,
|
||||||
'command.queue.prune-batches' => \Illuminate\Queue\Console\PruneBatchesCommand::class,
|
'command.queue.prune-batches' => \Illuminate\Queue\Console\PruneBatchesCommand::class,
|
||||||
|
'command.queue.prune-failed-jobs' => \Illuminate\Queue\Console\PruneFailedJobsCommand::class,
|
||||||
'command.queue.restart' => \Illuminate\Queue\Console\RestartCommand::class,
|
'command.queue.restart' => \Illuminate\Queue\Console\RestartCommand::class,
|
||||||
'command.queue.retry' => \Illuminate\Queue\Console\RetryCommand::class,
|
'command.queue.retry' => \Illuminate\Queue\Console\RetryCommand::class,
|
||||||
'command.queue.retry-batch' => \Illuminate\Queue\Console\RetryBatchCommand::class,
|
'command.queue.retry-batch' => \Illuminate\Queue\Console\RetryBatchCommand::class,
|
||||||
|
@ -361,6 +362,7 @@ namespace PHPSTORM_META {
|
||||||
'command.queue.forget' => \Illuminate\Queue\Console\ForgetFailedCommand::class,
|
'command.queue.forget' => \Illuminate\Queue\Console\ForgetFailedCommand::class,
|
||||||
'command.queue.listen' => \Illuminate\Queue\Console\ListenCommand::class,
|
'command.queue.listen' => \Illuminate\Queue\Console\ListenCommand::class,
|
||||||
'command.queue.prune-batches' => \Illuminate\Queue\Console\PruneBatchesCommand::class,
|
'command.queue.prune-batches' => \Illuminate\Queue\Console\PruneBatchesCommand::class,
|
||||||
|
'command.queue.prune-failed-jobs' => \Illuminate\Queue\Console\PruneFailedJobsCommand::class,
|
||||||
'command.queue.restart' => \Illuminate\Queue\Console\RestartCommand::class,
|
'command.queue.restart' => \Illuminate\Queue\Console\RestartCommand::class,
|
||||||
'command.queue.retry' => \Illuminate\Queue\Console\RetryCommand::class,
|
'command.queue.retry' => \Illuminate\Queue\Console\RetryCommand::class,
|
||||||
'command.queue.retry-batch' => \Illuminate\Queue\Console\RetryBatchCommand::class,
|
'command.queue.retry-batch' => \Illuminate\Queue\Console\RetryBatchCommand::class,
|
||||||
|
@ -570,6 +572,7 @@ namespace PHPSTORM_META {
|
||||||
'command.queue.forget' => \Illuminate\Queue\Console\ForgetFailedCommand::class,
|
'command.queue.forget' => \Illuminate\Queue\Console\ForgetFailedCommand::class,
|
||||||
'command.queue.listen' => \Illuminate\Queue\Console\ListenCommand::class,
|
'command.queue.listen' => \Illuminate\Queue\Console\ListenCommand::class,
|
||||||
'command.queue.prune-batches' => \Illuminate\Queue\Console\PruneBatchesCommand::class,
|
'command.queue.prune-batches' => \Illuminate\Queue\Console\PruneBatchesCommand::class,
|
||||||
|
'command.queue.prune-failed-jobs' => \Illuminate\Queue\Console\PruneFailedJobsCommand::class,
|
||||||
'command.queue.restart' => \Illuminate\Queue\Console\RestartCommand::class,
|
'command.queue.restart' => \Illuminate\Queue\Console\RestartCommand::class,
|
||||||
'command.queue.retry' => \Illuminate\Queue\Console\RetryCommand::class,
|
'command.queue.retry' => \Illuminate\Queue\Console\RetryCommand::class,
|
||||||
'command.queue.retry-batch' => \Illuminate\Queue\Console\RetryBatchCommand::class,
|
'command.queue.retry-batch' => \Illuminate\Queue\Console\RetryBatchCommand::class,
|
||||||
|
@ -779,6 +782,7 @@ namespace PHPSTORM_META {
|
||||||
'command.queue.forget' => \Illuminate\Queue\Console\ForgetFailedCommand::class,
|
'command.queue.forget' => \Illuminate\Queue\Console\ForgetFailedCommand::class,
|
||||||
'command.queue.listen' => \Illuminate\Queue\Console\ListenCommand::class,
|
'command.queue.listen' => \Illuminate\Queue\Console\ListenCommand::class,
|
||||||
'command.queue.prune-batches' => \Illuminate\Queue\Console\PruneBatchesCommand::class,
|
'command.queue.prune-batches' => \Illuminate\Queue\Console\PruneBatchesCommand::class,
|
||||||
|
'command.queue.prune-failed-jobs' => \Illuminate\Queue\Console\PruneFailedJobsCommand::class,
|
||||||
'command.queue.restart' => \Illuminate\Queue\Console\RestartCommand::class,
|
'command.queue.restart' => \Illuminate\Queue\Console\RestartCommand::class,
|
||||||
'command.queue.retry' => \Illuminate\Queue\Console\RetryCommand::class,
|
'command.queue.retry' => \Illuminate\Queue\Console\RetryCommand::class,
|
||||||
'command.queue.retry-batch' => \Illuminate\Queue\Console\RetryBatchCommand::class,
|
'command.queue.retry-batch' => \Illuminate\Queue\Console\RetryBatchCommand::class,
|
||||||
|
@ -988,6 +992,7 @@ namespace PHPSTORM_META {
|
||||||
'command.queue.forget' => \Illuminate\Queue\Console\ForgetFailedCommand::class,
|
'command.queue.forget' => \Illuminate\Queue\Console\ForgetFailedCommand::class,
|
||||||
'command.queue.listen' => \Illuminate\Queue\Console\ListenCommand::class,
|
'command.queue.listen' => \Illuminate\Queue\Console\ListenCommand::class,
|
||||||
'command.queue.prune-batches' => \Illuminate\Queue\Console\PruneBatchesCommand::class,
|
'command.queue.prune-batches' => \Illuminate\Queue\Console\PruneBatchesCommand::class,
|
||||||
|
'command.queue.prune-failed-jobs' => \Illuminate\Queue\Console\PruneFailedJobsCommand::class,
|
||||||
'command.queue.restart' => \Illuminate\Queue\Console\RestartCommand::class,
|
'command.queue.restart' => \Illuminate\Queue\Console\RestartCommand::class,
|
||||||
'command.queue.retry' => \Illuminate\Queue\Console\RetryCommand::class,
|
'command.queue.retry' => \Illuminate\Queue\Console\RetryCommand::class,
|
||||||
'command.queue.retry-batch' => \Illuminate\Queue\Console\RetryBatchCommand::class,
|
'command.queue.retry-batch' => \Illuminate\Queue\Console\RetryBatchCommand::class,
|
||||||
|
@ -1197,6 +1202,7 @@ namespace PHPSTORM_META {
|
||||||
'command.queue.forget' => \Illuminate\Queue\Console\ForgetFailedCommand::class,
|
'command.queue.forget' => \Illuminate\Queue\Console\ForgetFailedCommand::class,
|
||||||
'command.queue.listen' => \Illuminate\Queue\Console\ListenCommand::class,
|
'command.queue.listen' => \Illuminate\Queue\Console\ListenCommand::class,
|
||||||
'command.queue.prune-batches' => \Illuminate\Queue\Console\PruneBatchesCommand::class,
|
'command.queue.prune-batches' => \Illuminate\Queue\Console\PruneBatchesCommand::class,
|
||||||
|
'command.queue.prune-failed-jobs' => \Illuminate\Queue\Console\PruneFailedJobsCommand::class,
|
||||||
'command.queue.restart' => \Illuminate\Queue\Console\RestartCommand::class,
|
'command.queue.restart' => \Illuminate\Queue\Console\RestartCommand::class,
|
||||||
'command.queue.retry' => \Illuminate\Queue\Console\RetryCommand::class,
|
'command.queue.retry' => \Illuminate\Queue\Console\RetryCommand::class,
|
||||||
'command.queue.retry-batch' => \Illuminate\Queue\Console\RetryBatchCommand::class,
|
'command.queue.retry-batch' => \Illuminate\Queue\Console\RetryBatchCommand::class,
|
||||||
|
@ -1406,6 +1412,7 @@ namespace PHPSTORM_META {
|
||||||
'command.queue.forget' => \Illuminate\Queue\Console\ForgetFailedCommand::class,
|
'command.queue.forget' => \Illuminate\Queue\Console\ForgetFailedCommand::class,
|
||||||
'command.queue.listen' => \Illuminate\Queue\Console\ListenCommand::class,
|
'command.queue.listen' => \Illuminate\Queue\Console\ListenCommand::class,
|
||||||
'command.queue.prune-batches' => \Illuminate\Queue\Console\PruneBatchesCommand::class,
|
'command.queue.prune-batches' => \Illuminate\Queue\Console\PruneBatchesCommand::class,
|
||||||
|
'command.queue.prune-failed-jobs' => \Illuminate\Queue\Console\PruneFailedJobsCommand::class,
|
||||||
'command.queue.restart' => \Illuminate\Queue\Console\RestartCommand::class,
|
'command.queue.restart' => \Illuminate\Queue\Console\RestartCommand::class,
|
||||||
'command.queue.retry' => \Illuminate\Queue\Console\RetryCommand::class,
|
'command.queue.retry' => \Illuminate\Queue\Console\RetryCommand::class,
|
||||||
'command.queue.retry-batch' => \Illuminate\Queue\Console\RetryBatchCommand::class,
|
'command.queue.retry-batch' => \Illuminate\Queue\Console\RetryBatchCommand::class,
|
||||||
|
@ -1615,6 +1622,7 @@ namespace PHPSTORM_META {
|
||||||
'command.queue.forget' => \Illuminate\Queue\Console\ForgetFailedCommand::class,
|
'command.queue.forget' => \Illuminate\Queue\Console\ForgetFailedCommand::class,
|
||||||
'command.queue.listen' => \Illuminate\Queue\Console\ListenCommand::class,
|
'command.queue.listen' => \Illuminate\Queue\Console\ListenCommand::class,
|
||||||
'command.queue.prune-batches' => \Illuminate\Queue\Console\PruneBatchesCommand::class,
|
'command.queue.prune-batches' => \Illuminate\Queue\Console\PruneBatchesCommand::class,
|
||||||
|
'command.queue.prune-failed-jobs' => \Illuminate\Queue\Console\PruneFailedJobsCommand::class,
|
||||||
'command.queue.restart' => \Illuminate\Queue\Console\RestartCommand::class,
|
'command.queue.restart' => \Illuminate\Queue\Console\RestartCommand::class,
|
||||||
'command.queue.retry' => \Illuminate\Queue\Console\RetryCommand::class,
|
'command.queue.retry' => \Illuminate\Queue\Console\RetryCommand::class,
|
||||||
'command.queue.retry-batch' => \Illuminate\Queue\Console\RetryBatchCommand::class,
|
'command.queue.retry-batch' => \Illuminate\Queue\Console\RetryBatchCommand::class,
|
||||||
|
@ -1824,6 +1832,7 @@ namespace PHPSTORM_META {
|
||||||
'command.queue.forget' => \Illuminate\Queue\Console\ForgetFailedCommand::class,
|
'command.queue.forget' => \Illuminate\Queue\Console\ForgetFailedCommand::class,
|
||||||
'command.queue.listen' => \Illuminate\Queue\Console\ListenCommand::class,
|
'command.queue.listen' => \Illuminate\Queue\Console\ListenCommand::class,
|
||||||
'command.queue.prune-batches' => \Illuminate\Queue\Console\PruneBatchesCommand::class,
|
'command.queue.prune-batches' => \Illuminate\Queue\Console\PruneBatchesCommand::class,
|
||||||
|
'command.queue.prune-failed-jobs' => \Illuminate\Queue\Console\PruneFailedJobsCommand::class,
|
||||||
'command.queue.restart' => \Illuminate\Queue\Console\RestartCommand::class,
|
'command.queue.restart' => \Illuminate\Queue\Console\RestartCommand::class,
|
||||||
'command.queue.retry' => \Illuminate\Queue\Console\RetryCommand::class,
|
'command.queue.retry' => \Illuminate\Queue\Console\RetryCommand::class,
|
||||||
'command.queue.retry-batch' => \Illuminate\Queue\Console\RetryBatchCommand::class,
|
'command.queue.retry-batch' => \Illuminate\Queue\Console\RetryBatchCommand::class,
|
||||||
|
@ -2033,6 +2042,7 @@ namespace PHPSTORM_META {
|
||||||
'command.queue.forget' => \Illuminate\Queue\Console\ForgetFailedCommand::class,
|
'command.queue.forget' => \Illuminate\Queue\Console\ForgetFailedCommand::class,
|
||||||
'command.queue.listen' => \Illuminate\Queue\Console\ListenCommand::class,
|
'command.queue.listen' => \Illuminate\Queue\Console\ListenCommand::class,
|
||||||
'command.queue.prune-batches' => \Illuminate\Queue\Console\PruneBatchesCommand::class,
|
'command.queue.prune-batches' => \Illuminate\Queue\Console\PruneBatchesCommand::class,
|
||||||
|
'command.queue.prune-failed-jobs' => \Illuminate\Queue\Console\PruneFailedJobsCommand::class,
|
||||||
'command.queue.restart' => \Illuminate\Queue\Console\RestartCommand::class,
|
'command.queue.restart' => \Illuminate\Queue\Console\RestartCommand::class,
|
||||||
'command.queue.retry' => \Illuminate\Queue\Console\RetryCommand::class,
|
'command.queue.retry' => \Illuminate\Queue\Console\RetryCommand::class,
|
||||||
'command.queue.retry-batch' => \Illuminate\Queue\Console\RetryBatchCommand::class,
|
'command.queue.retry-batch' => \Illuminate\Queue\Console\RetryBatchCommand::class,
|
||||||
|
@ -2242,6 +2252,7 @@ namespace PHPSTORM_META {
|
||||||
'command.queue.forget' => \Illuminate\Queue\Console\ForgetFailedCommand::class,
|
'command.queue.forget' => \Illuminate\Queue\Console\ForgetFailedCommand::class,
|
||||||
'command.queue.listen' => \Illuminate\Queue\Console\ListenCommand::class,
|
'command.queue.listen' => \Illuminate\Queue\Console\ListenCommand::class,
|
||||||
'command.queue.prune-batches' => \Illuminate\Queue\Console\PruneBatchesCommand::class,
|
'command.queue.prune-batches' => \Illuminate\Queue\Console\PruneBatchesCommand::class,
|
||||||
|
'command.queue.prune-failed-jobs' => \Illuminate\Queue\Console\PruneFailedJobsCommand::class,
|
||||||
'command.queue.restart' => \Illuminate\Queue\Console\RestartCommand::class,
|
'command.queue.restart' => \Illuminate\Queue\Console\RestartCommand::class,
|
||||||
'command.queue.retry' => \Illuminate\Queue\Console\RetryCommand::class,
|
'command.queue.retry' => \Illuminate\Queue\Console\RetryCommand::class,
|
||||||
'command.queue.retry-batch' => \Illuminate\Queue\Console\RetryBatchCommand::class,
|
'command.queue.retry-batch' => \Illuminate\Queue\Console\RetryBatchCommand::class,
|
||||||
|
|
166
_ide_helper.php
166
_ide_helper.php
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A helper file for Laravel, to provide autocomplete information to your IDE
|
* A helper file for Laravel, to provide autocomplete information to your IDE
|
||||||
* Generated for Laravel 8.44.0.
|
* Generated for Laravel 8.49.2.
|
||||||
*
|
*
|
||||||
* This file should not be included in your code, only analyzed by your IDE!
|
* This file should not be included in your code, only analyzed by your IDE!
|
||||||
*
|
*
|
||||||
|
@ -1088,6 +1088,32 @@
|
||||||
{ //Method inherited from \Illuminate\Container\Container
|
{ //Method inherited from \Illuminate\Container\Container
|
||||||
/** @var \Illuminate\Foundation\Application $instance */
|
/** @var \Illuminate\Foundation\Application $instance */
|
||||||
$instance->singletonIf($abstract, $concrete);
|
$instance->singletonIf($abstract, $concrete);
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Register a scoped binding in the container.
|
||||||
|
*
|
||||||
|
* @param string $abstract
|
||||||
|
* @param \Closure|string|null $concrete
|
||||||
|
* @return void
|
||||||
|
* @static
|
||||||
|
*/
|
||||||
|
public static function scoped($abstract, $concrete = null)
|
||||||
|
{ //Method inherited from \Illuminate\Container\Container
|
||||||
|
/** @var \Illuminate\Foundation\Application $instance */
|
||||||
|
$instance->scoped($abstract, $concrete);
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Register a scoped binding if it hasn't already been registered.
|
||||||
|
*
|
||||||
|
* @param string $abstract
|
||||||
|
* @param \Closure|string|null $concrete
|
||||||
|
* @return void
|
||||||
|
* @static
|
||||||
|
*/
|
||||||
|
public static function scopedIf($abstract, $concrete = null)
|
||||||
|
{ //Method inherited from \Illuminate\Container\Container
|
||||||
|
/** @var \Illuminate\Foundation\Application $instance */
|
||||||
|
$instance->scopedIf($abstract, $concrete);
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* "Extend" an abstract type in the container.
|
* "Extend" an abstract type in the container.
|
||||||
|
@ -1360,6 +1386,17 @@
|
||||||
{ //Method inherited from \Illuminate\Container\Container
|
{ //Method inherited from \Illuminate\Container\Container
|
||||||
/** @var \Illuminate\Foundation\Application $instance */
|
/** @var \Illuminate\Foundation\Application $instance */
|
||||||
$instance->forgetInstances();
|
$instance->forgetInstances();
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Clear all of the scoped instances from the container.
|
||||||
|
*
|
||||||
|
* @return void
|
||||||
|
* @static
|
||||||
|
*/
|
||||||
|
public static function forgetScopedInstances()
|
||||||
|
{ //Method inherited from \Illuminate\Container\Container
|
||||||
|
/** @var \Illuminate\Foundation\Application $instance */
|
||||||
|
$instance->forgetScopedInstances();
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Get the globally available instance of the container.
|
* Get the globally available instance of the container.
|
||||||
|
@ -1935,7 +1972,7 @@
|
||||||
*
|
*
|
||||||
* @param string $password
|
* @param string $password
|
||||||
* @param string $attribute
|
* @param string $attribute
|
||||||
* @return bool|null
|
* @return \App\Models\User|null
|
||||||
* @throws \Illuminate\Auth\AuthenticationException
|
* @throws \Illuminate\Auth\AuthenticationException
|
||||||
* @static
|
* @static
|
||||||
*/
|
*/
|
||||||
|
@ -2588,6 +2625,19 @@
|
||||||
{
|
{
|
||||||
/** @var \Illuminate\View\Compilers\BladeCompiler $instance */
|
/** @var \Illuminate\View\Compilers\BladeCompiler $instance */
|
||||||
return $instance->compileEndOnce();
|
return $instance->compileEndOnce();
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Add a handler to be executed before echoing a given class.
|
||||||
|
*
|
||||||
|
* @param string|callable $class
|
||||||
|
* @param callable|null $handler
|
||||||
|
* @return void
|
||||||
|
* @static
|
||||||
|
*/
|
||||||
|
public static function stringable($class, $handler = null)
|
||||||
|
{
|
||||||
|
/** @var \Illuminate\View\Compilers\BladeCompiler $instance */
|
||||||
|
$instance->stringable($class, $handler);
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Compile Blade echos into valid PHP.
|
* Compile Blade echos into valid PHP.
|
||||||
|
@ -2600,6 +2650,18 @@
|
||||||
{
|
{
|
||||||
/** @var \Illuminate\View\Compilers\BladeCompiler $instance */
|
/** @var \Illuminate\View\Compilers\BladeCompiler $instance */
|
||||||
return $instance->compileEchos($value);
|
return $instance->compileEchos($value);
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Apply the echo handler for the value if it exists.
|
||||||
|
*
|
||||||
|
* @param $value string
|
||||||
|
* @return string
|
||||||
|
* @static
|
||||||
|
*/
|
||||||
|
public static function applyEchoHandler($value)
|
||||||
|
{
|
||||||
|
/** @var \Illuminate\View\Compilers\BladeCompiler $instance */
|
||||||
|
return $instance->applyEchoHandler($value);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -4779,6 +4841,17 @@
|
||||||
{ //Method inherited from \Illuminate\Database\Connection
|
{ //Method inherited from \Illuminate\Database\Connection
|
||||||
/** @var \Illuminate\Database\MySqlConnection $instance */
|
/** @var \Illuminate\Database\MySqlConnection $instance */
|
||||||
return $instance->raw($value);
|
return $instance->raw($value);
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Determine if the database connection has modified any database records.
|
||||||
|
*
|
||||||
|
* @return bool
|
||||||
|
* @static
|
||||||
|
*/
|
||||||
|
public static function hasModifiedRecords()
|
||||||
|
{ //Method inherited from \Illuminate\Database\Connection
|
||||||
|
/** @var \Illuminate\Database\MySqlConnection $instance */
|
||||||
|
return $instance->hasModifiedRecords();
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Indicate if any records have been modified.
|
* Indicate if any records have been modified.
|
||||||
|
@ -4791,6 +4864,18 @@
|
||||||
{ //Method inherited from \Illuminate\Database\Connection
|
{ //Method inherited from \Illuminate\Database\Connection
|
||||||
/** @var \Illuminate\Database\MySqlConnection $instance */
|
/** @var \Illuminate\Database\MySqlConnection $instance */
|
||||||
$instance->recordsHaveBeenModified($value);
|
$instance->recordsHaveBeenModified($value);
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Set the record modification state.
|
||||||
|
*
|
||||||
|
* @param bool $value
|
||||||
|
* @return \Illuminate\Database\MySqlConnection
|
||||||
|
* @static
|
||||||
|
*/
|
||||||
|
public static function setRecordModificationState($value)
|
||||||
|
{ //Method inherited from \Illuminate\Database\Connection
|
||||||
|
/** @var \Illuminate\Database\MySqlConnection $instance */
|
||||||
|
return $instance->setRecordModificationState($value);
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Reset the record modification state.
|
* Reset the record modification state.
|
||||||
|
@ -4802,6 +4887,18 @@
|
||||||
{ //Method inherited from \Illuminate\Database\Connection
|
{ //Method inherited from \Illuminate\Database\Connection
|
||||||
/** @var \Illuminate\Database\MySqlConnection $instance */
|
/** @var \Illuminate\Database\MySqlConnection $instance */
|
||||||
$instance->forgetRecordModificationState();
|
$instance->forgetRecordModificationState();
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Indicate that the connection should use the write PDO connection for reads.
|
||||||
|
*
|
||||||
|
* @param bool $value
|
||||||
|
* @return \Illuminate\Database\MySqlConnection
|
||||||
|
* @static
|
||||||
|
*/
|
||||||
|
public static function useWriteConnectionWhenReading($value = true)
|
||||||
|
{ //Method inherited from \Illuminate\Database\Connection
|
||||||
|
/** @var \Illuminate\Database\MySqlConnection $instance */
|
||||||
|
return $instance->useWriteConnectionWhenReading($value);
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Is Doctrine available?
|
* Is Doctrine available?
|
||||||
|
@ -6859,6 +6956,17 @@
|
||||||
{
|
{
|
||||||
/** @var \Illuminate\Http\Client\Factory $instance */
|
/** @var \Illuminate\Http\Client\Factory $instance */
|
||||||
return $instance->recorded($callback);
|
return $instance->recorded($callback);
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Get the current event dispatcher implementation.
|
||||||
|
*
|
||||||
|
* @return \Illuminate\Contracts\Events\Dispatcher|null
|
||||||
|
* @static
|
||||||
|
*/
|
||||||
|
public static function getDispatcher()
|
||||||
|
{
|
||||||
|
/** @var \Illuminate\Http\Client\Factory $instance */
|
||||||
|
return $instance->getDispatcher();
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Register a custom macro.
|
* Register a custom macro.
|
||||||
|
@ -7198,6 +7306,8 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
* @method static \Illuminate\Log\Logger withContext(array $context = [])
|
||||||
|
* @method static \Illuminate\Log\Logger withoutContext()
|
||||||
* @method static void write(string $level, string $message, array $context = [])
|
* @method static void write(string $level, string $message, array $context = [])
|
||||||
* @method static void listen(\Closure $callback)
|
* @method static void listen(\Closure $callback)
|
||||||
* @see \Illuminate\Log\Logger
|
* @see \Illuminate\Log\Logger
|
||||||
|
@ -13138,6 +13248,18 @@
|
||||||
{
|
{
|
||||||
/** @var \Illuminate\Filesystem\FilesystemManager $instance */
|
/** @var \Illuminate\Filesystem\FilesystemManager $instance */
|
||||||
return $instance->cloud();
|
return $instance->cloud();
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Build an on-demand disk.
|
||||||
|
*
|
||||||
|
* @param string|array $config
|
||||||
|
* @return \Illuminate\Filesystem\FilesystemAdapter
|
||||||
|
* @static
|
||||||
|
*/
|
||||||
|
public static function build($config)
|
||||||
|
{
|
||||||
|
/** @var \Illuminate\Filesystem\FilesystemManager $instance */
|
||||||
|
return $instance->build($config);
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Create an instance of the local driver.
|
* Create an instance of the local driver.
|
||||||
|
@ -15875,7 +15997,7 @@ namespace {
|
||||||
* @param mixed $operator
|
* @param mixed $operator
|
||||||
* @param mixed $value
|
* @param mixed $value
|
||||||
* @param string $boolean
|
* @param string $boolean
|
||||||
* @return \Illuminate\Database\Eloquent\Model|static
|
* @return \Illuminate\Database\Eloquent\Model|static|null
|
||||||
* @static
|
* @static
|
||||||
*/
|
*/
|
||||||
public static function firstWhere($column, $operator = null, $value = null, $boolean = 'and')
|
public static function firstWhere($column, $operator = null, $value = null, $boolean = 'and')
|
||||||
|
@ -16212,7 +16334,7 @@ namespace {
|
||||||
* @param array $columns
|
* @param array $columns
|
||||||
* @param string $cursorName
|
* @param string $cursorName
|
||||||
* @param string|null $cursor
|
* @param string|null $cursor
|
||||||
* @return \Illuminate\Contracts\Pagination\Paginator
|
* @return \Illuminate\Contracts\Pagination\CursorPaginator
|
||||||
* @throws \Illuminate\Pagination\CursorPaginationException
|
* @throws \Illuminate\Pagination\CursorPaginationException
|
||||||
* @static
|
* @static
|
||||||
*/
|
*/
|
||||||
|
@ -17006,21 +17128,6 @@ namespace {
|
||||||
return $instance->baseSole($columns);
|
return $instance->baseSole($columns);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Apply the callback's query changes if the given "value" is true.
|
|
||||||
*
|
|
||||||
* @param mixed $value
|
|
||||||
* @param callable $callback
|
|
||||||
* @param callable|null $default
|
|
||||||
* @return mixed|$this
|
|
||||||
* @static
|
|
||||||
*/
|
|
||||||
public static function when($value, $callback, $default = null)
|
|
||||||
{
|
|
||||||
/** @var \Illuminate\Database\Eloquent\Builder $instance */
|
|
||||||
return $instance->when($value, $callback, $default);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Pass the query to a given callback.
|
* Pass the query to a given callback.
|
||||||
*
|
*
|
||||||
|
@ -17035,12 +17142,27 @@ namespace {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Apply the callback's query changes if the given "value" is false.
|
* Apply the callback if the given "value" is truthy.
|
||||||
*
|
*
|
||||||
* @param mixed $value
|
* @param mixed $value
|
||||||
* @param callable $callback
|
* @param callable $callback
|
||||||
* @param callable|null $default
|
* @param callable|null $default
|
||||||
* @return mixed|$this
|
* @return mixed
|
||||||
|
* @static
|
||||||
|
*/
|
||||||
|
public static function when($value, $callback, $default = null)
|
||||||
|
{
|
||||||
|
/** @var \Illuminate\Database\Eloquent\Builder $instance */
|
||||||
|
return $instance->when($value, $callback, $default);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Apply the callback if the given "value" is falsy.
|
||||||
|
*
|
||||||
|
* @param mixed $value
|
||||||
|
* @param callable $callback
|
||||||
|
* @param callable|null $default
|
||||||
|
* @return mixed
|
||||||
* @static
|
* @static
|
||||||
*/
|
*/
|
||||||
public static function unless($value, $callback, $default = null)
|
public static function unless($value, $callback, $default = null)
|
||||||
|
@ -17581,7 +17703,7 @@ namespace {
|
||||||
/**
|
/**
|
||||||
* Add an "or where null" clause to the query.
|
* Add an "or where null" clause to the query.
|
||||||
*
|
*
|
||||||
* @param string $column
|
* @param string|array $column
|
||||||
* @return \Illuminate\Database\Query\Builder
|
* @return \Illuminate\Database\Query\Builder
|
||||||
* @static
|
* @static
|
||||||
*/
|
*/
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue