akaunting 3.0 (the last dance)
This commit is contained in:
20
app/Events/Menu/NotificationsCreated.php
Normal file
20
app/Events/Menu/NotificationsCreated.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace App\Events\Menu;
|
||||
|
||||
use App\Abstracts\Event;
|
||||
|
||||
class NotificationsCreated extends Event
|
||||
{
|
||||
public $notifications;
|
||||
|
||||
/**
|
||||
* Create a new event instance.
|
||||
*
|
||||
* @param $notifications
|
||||
*/
|
||||
public function __construct($notifications)
|
||||
{
|
||||
$this->notifications = $notifications;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user