Compare commits
1 Commits
89cc867c7d
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| c2a7d89088 |
+1
-1
@@ -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 +1,2 @@
|
|||||||
import './bootstrap';
|
import './bootstrap';
|
||||||
|
import '../css/app.css';
|
||||||
|
|||||||
Reference in New Issue
Block a user