|
5 | 5 |
|
6 | 6 | /** |
7 | 7 | * A helper file for Laravel, to provide autocomplete information to your IDE |
8 | | - * Generated for Laravel 11.9.1. |
| 8 | + * Generated for Laravel 11.10.0. |
9 | 9 | * |
10 | 10 | * This file should not be included in your code, only analyzed by your IDE! |
11 | 11 | * |
|
656 | 656 | { |
657 | 657 | /** @var \Illuminate\Foundation\Application $instance */ |
658 | 658 | return $instance->handleCommand($input); |
| 659 | + } |
| 660 | + /** |
| 661 | + * Determine if the framework's base configuration should be merged. |
| 662 | + * |
| 663 | + * @return bool |
| 664 | + * @static |
| 665 | + */ public static function shouldMergeFrameworkConfiguration() |
| 666 | + { |
| 667 | + /** @var \Illuminate\Foundation\Application $instance */ |
| 668 | + return $instance->shouldMergeFrameworkConfiguration(); |
| 669 | + } |
| 670 | + /** |
| 671 | + * Indicate that the framework's base configuration should not be merged. |
| 672 | + * |
| 673 | + * @return \Illuminate\Foundation\Application |
| 674 | + * @static |
| 675 | + */ public static function dontMergeFrameworkConfiguration() |
| 676 | + { |
| 677 | + /** @var \Illuminate\Foundation\Application $instance */ |
| 678 | + return $instance->dontMergeFrameworkConfiguration(); |
659 | 679 | } |
660 | 680 | /** |
661 | 681 | * Determine if middleware has been disabled for the application. |
@@ -25555,7 +25575,7 @@ class Eloquent extends \Illuminate\Database\Eloquent\Model { |
25555 | 25575 | * Insert or update a record matching the attributes, and fill it with values. |
25556 | 25576 | * |
25557 | 25577 | * @param array $attributes |
25558 | | - * @param array $values |
| 25578 | + * @param array|callable $values |
25559 | 25579 | * @return bool |
25560 | 25580 | * @static |
25561 | 25581 | */ public static function updateOrInsert($attributes, $values = []) |
@@ -25886,11 +25906,6 @@ class Flare extends \Spatie\LaravelIgnition\Facades\Flare {} |
25886 | 25906 | } |
25887 | 25907 |
|
25888 | 25908 |
|
25889 | | -namespace Facades\Livewire\Features\SupportFileUploads { |
25890 | | - /** |
25891 | | - * @mixin \Livewire\Features\SupportFileUploads\GenerateSignedUploadUrl */ |
25892 | | - class GenerateSignedUploadUrl extends \Livewire\Features\SupportFileUploads\GenerateSignedUploadUrl {} |
25893 | | -} |
25894 | 25909 |
|
25895 | 25910 |
|
25896 | 25911 |
|
0 commit comments