Skip to content

Commit

Permalink
Update AdminHubServiceProvider.php
Browse files Browse the repository at this point in the history
Fix component reference: emil-notification -> email-notification
  • Loading branch information
rhynodesigns authored Mar 11, 2024
1 parent a8fb846 commit bb9a427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/admin/src/AdminHubServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ protected function registerOrderComponents()
Livewire::component('hub.components.orders.capture', OrderCapture::class);
Livewire::component('hub.components.orders.status', OrderStatus::class);
Livewire::component('hub.components.tables.actions.update-status', UpdateStatus::class);
Livewire::component('hub.components.orders.emil-notification', EmailNotification::class);
Livewire::component('hub.components.orders.email-notification', EmailNotification::class);

Livewire::component('hub.components.orders.table', OrdersTable::class);
}
Expand Down

0 comments on commit bb9a427

Please sign in to comment.