Implemented a block editor for changing the layout of the page
This commit is contained in:
@@ -70,7 +70,7 @@ class SubscriberController extends Controller
|
||||
->orderBy('created_at')
|
||||
->get();
|
||||
|
||||
$phoneEnabled = $page->phone_enabled;
|
||||
$phoneEnabled = $page->isPhoneFieldEnabledForSubscribers();
|
||||
|
||||
return response()->streamDownload(function () use ($subscribers, $phoneEnabled): void {
|
||||
$handle = fopen('php://output', 'w');
|
||||
|
||||
Reference in New Issue
Block a user