feat: Implement chat functionality
This commit is contained in:
@@ -43,7 +43,7 @@ class LedgerController extends Controller
|
||||
{
|
||||
$this->authorize('view', $ledger);
|
||||
|
||||
$ledger->load('mutations.user');
|
||||
$ledger->load('mutations.user', 'mutations.chat.messages.user');
|
||||
|
||||
return Inertia::render('Ledgers/Show', [
|
||||
'dynamic' => $dynamic,
|
||||
|
||||
Reference in New Issue
Block a user