S
artisan config:clear
artisan cache:clear
Size: a a a
S
artisan config:clear
artisan cache:clear
RN
КД
КД
S
КД
КД
КД
КД
PG
S
PG
PG
e
e
e
A
$this->app->bind(Request::class, function ($app) {
return BaseRequest::class;
});
F
A
public function wantsJson()
{
if ($this->is('api/*')) {
return true;
}
return parent::wantsJson();
}
F