mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-22 00:03:46 +02:00
Fix up email sending and add more notifications to the panel.
Closes #265
This commit is contained in:
@@ -47,7 +47,7 @@ class AccountCreated extends Notification implements ShouldQueue
|
||||
*/
|
||||
public function __construct(array $user)
|
||||
{
|
||||
$this->user = $user;
|
||||
$this->user = (object) $user;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user