Skip to content

Commit

Permalink
Merge pull request #75 from deanblackborough/more-fixes
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
deanblackborough authored Jun 20, 2023
2 parents 0bd1cca + b73e99d commit 85ad8bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public function startProcess(Request $request): RedirectResponse
abort($result, $action->getMessage());
}

public function isDemoLoaded(Request $request): Response
public function isDemoLoaded(Request $request): \Illuminate\Http\JsonResponse
{
$this->bootstrap();

Expand Down
4 changes: 2 additions & 2 deletions config/app/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
'item_subtype_id' => env('ITEM_SUBTYPE_ID'),
'cookie_user' => env('SESSION_NAME_USER'),
'cookie_bearer' => env('SESSION_NAME_BEARER'),
'version' => 'v1.11.2',
'release_date' => '14th June 2023',
'version' => 'v1.11.3',
'release_date' => '20th June 2023',
'exception_notification_email' => env('EXCEPTION_NOTIFICATION_EMAIL'),
'timezone' => 'UTC', // We can allow users to override this later
];

0 comments on commit 85ad8bc

Please sign in to comment.