Added rest of files
This commit is contained in:
committed by
shaun collins
parent
646041230b
commit
09c4bd02ff
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Support\Carbon;
|
||||
|
||||
return [
|
||||
'site' => 'https://acebjj.co.uk',
|
||||
'show_coaches' => env('ACE_SHOW_COACHES', false),
|
||||
'show_location' => env('ACE_SHOW_LOCATION', false),
|
||||
'show_trial' => env('ACE_SHOW_TRIAL', false),
|
||||
'logo' => '/images/logo.jpg',
|
||||
'name' => 'Stuart Craig Removals',
|
||||
'address' => '31 Thornton Rd, Shrewsbury SY1 3SJ',
|
||||
'map_key' => env('ACE_MAP_KEY'),
|
||||
'est' => 2026,
|
||||
'start_date' => Carbon::parse('2026-01-29'),
|
||||
'teaching_date' => Carbon::parse('2021-08-17'),
|
||||
'pricing' => [
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user