Код: Выделить всё
$usa_region = DB::table(self::REGIONS_TABLE)->where('slug', 'usa')->firstOrFail();
Код: Выделить всё
local.ERROR: Call to undefined method Illuminate\Database\Query\Builder::firstOrFail() {"exception":"[object] (BadMethodCallException(code: 0): Call to undefined method Illuminate\\Database\\Query\\Builder::firstOrFail() at /var/www/html/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:67)
[stacktrace]
#0 /var/www/html/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4390): Illuminate\\Database\\Query\\Builder::throwBadMethodCallException('firstOrFail')
#1 /var/www/html/database/migrations/2024_10_31_173207_default_timezone_and_region_for_users_to_pst_usa.php(24): Illuminate\\Database\\Query\\Builder->__call('firstOrFail', Array)
https://laravel.com/docs/11.x/queries#r ... om-a-table
Почему документы различаются от фактического поведения?
В настоящее время используется "laravel/framework": "^11.28",
Подробнее здесь: https://stackoverflow.com/questions/791 ... rfail-lara
Мобильная версия