Page MenuHomeDevCentral

No OneTemporary

diff --git a/app/Events/ReportEvent.php b/app/Events/ReportEvent.php
index 5e0cdd9..4b640a6 100644
--- a/app/Events/ReportEvent.php
+++ b/app/Events/ReportEvent.php
@@ -1,25 +1,25 @@
<?php
namespace Nasqueron\Notifications\Events;
use Nasqueron\Notifications\Actions\Action;
use Nasqueron\Notifications\Events\Event;
use Illuminate\Queue\SerializesModels;
class ReportEvent extends Event {
use SerializesModels;
/**
- * @var ActionReport
+ * @var Action
*/
public $action;
/**
* Creates a new event instance.
*
* @param ActionReport $action the action to report
*/
public function __construct(Action $action) {
$this->action = $action;
}
}

File Metadata

Mime Type
text/x-diff
Expires
Mon, Jun 8, 07:45 (17 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3792634
Default Alt Text
(734 B)

Event Timeline