документы + мейл сервер
This commit is contained in:
@@ -84,8 +84,10 @@ class LandingController extends Controller
|
||||
'legalUrls' => [
|
||||
'offer_published' => (bool) config('moonwell.legal.offer_published'),
|
||||
'privacy_published' => (bool) config('moonwell.legal.privacy_published'),
|
||||
'rules_published' => (bool) config('moonwell.legal.rules_published'),
|
||||
'offer' => config('moonwell.legal.offer_published') ? route('legal.offer') : null,
|
||||
'privacy' => config('moonwell.legal.privacy_published') ? route('legal.privacy') : null,
|
||||
'rules' => config('moonwell.legal.rules_published') ? route('legal.rules') : null,
|
||||
],
|
||||
'inviteRequired' => (bool) config('moonwell.registration.require_invite_code'),
|
||||
'csrfToken' => csrf_token(),
|
||||
|
||||
Reference in New Issue
Block a user