File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,8 +173,8 @@ private function getWelcomeView(): string
173173 <div class="content text-center">
174174 <p style="font-weight: 700; font-size:20px">{{ trans('messages.welcome', ['version' => \Phaseolies\Application::VERSION]) }}</p>
175175 <div class="buttons">
176- <a href="https://github.com/techmahedy /doppar" class="btn btn-light" style="background: #D3D4D5">Github</a>
177- <a href="https://github.com/techmahedy /doppar" class="btn btn-light"
176+ <a href="https://github.com/doppar /doppar" class="btn btn-light" style="background: #D3D4D5">Github</a>
177+ <a href="https://github.com/doppar /doppar" class="btn btn-light"
178178 style="background: #D3D4D5">Documentation</a>
179179 </div>
180180 </div>
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ public function shouldAddXsrfTokenCookie($request): bool
159159 */
160160 protected function handleError (Request $ request , string $ message ): Response
161161 {
162- if ($ request ->isAjax () || $ request ->is ('/api/* ' ) || $ request ->acceptsJson ()) {
162+ if ($ request ->isAjax () || $ request ->is ('/api/* ' ) || $ request ->wantsJson ()) {
163163 throw new HttpResponseException (
164164 $ message ,
165165 Response::HTTP_UNAUTHORIZED
You can’t perform that action at this time.
0 commit comments