Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F32057447
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
734 B
Referenced Files
None
Subscribers
None
View Options
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
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Jun 8, 07:45 (15 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3792634
Default Alt Text
(734 B)
Attached To
Mode
rNOTIF Notifications center
Attached
Detach File
Event Timeline
Log In to Comment