Page MenuHomeDevCentral

D594.diff
No OneTemporary

D594.diff

diff --git a/app/Actions/AMQPAction.php b/app/Actions/AMQPAction.php
--- a/app/Actions/AMQPAction.php
+++ b/app/Actions/AMQPAction.php
@@ -27,7 +27,7 @@
/**
* Initializes a new instance of a AMQP action to report
*/
- function __construct ($method, $target, $routingKey = '') {
+ public function __construct ($method, $target, $routingKey = '') {
parent::__construct();
$this->method = $method;
diff --git a/app/Actions/NotifyNewCommitsAction.php b/app/Actions/NotifyNewCommitsAction.php
--- a/app/Actions/NotifyNewCommitsAction.php
+++ b/app/Actions/NotifyNewCommitsAction.php
@@ -13,7 +13,7 @@
/**
* Initializes a new instance of a AMQP action to report
*/
- function __construct ($callSign) {
+ public function __construct ($callSign) {
parent::__construct();
$this->callSign = $callSign;

File Metadata

Mime Type
text/plain
Expires
Sat, May 3, 18:58 (2 m, 4 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2628297
Default Alt Text
D594.diff (879 B)

Event Timeline