Changed the address

This commit is contained in:
Shaun Collins
2026-04-29 16:13:29 +01:00
parent 89cc867c7d
commit c2a7d89088
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ return [
'show_trial' => env('ACE_SHOW_TRIAL', false), 'show_trial' => env('ACE_SHOW_TRIAL', false),
'logo' => '/images/logo.jpg', 'logo' => '/images/logo.jpg',
'name' => 'StuMovesYou', 'name' => 'StuMovesYou',
'address' => '2 Broome place, Shrewsbury SY1 2DS', 'address' => 'Castle Business Park, Unit 6, Castle Foregate, SY1 2EG, England',
'map_key' => env('ACE_MAP_KEY'), 'map_key' => env('ACE_MAP_KEY'),
'est' => 2026, 'est' => 2026,
'start_date' => Carbon::parse('2026-01-29'), 'start_date' => Carbon::parse('2026-01-29'),
+1
View File
@@ -1 +1,2 @@
import './bootstrap'; import './bootstrap';
import '../css/app.css';