Page MenuHomeDevCentral

D174.diff
No OneTemporary

D174.diff

diff --git a/app/Actions/ActionsReport.php b/app/Actions/ActionsReport.php
--- a/app/Actions/ActionsReport.php
+++ b/app/Actions/ActionsReport.php
@@ -49,6 +49,12 @@
/// Properties
///
+ /**
+ * Sets the gate and the door for this report
+ *
+ * @param string $gate The gate
+ * @param string $door The door
+ */
public function attachToGate ($gate, $door) {
$this->gate = $gate;
$this->door = $door;
@@ -103,6 +109,9 @@
/// Events
///
+ /**
+ * Listens to actions to report
+ */
public function listenToReports () {
Event::listen(
'Nasqueron\Notifications\Events\ReportEvent',

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 17, 14:48 (20 m, 23 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2247503
Default Alt Text
D174.diff (687 B)

Event Timeline