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
Fri, Dec 20, 22:47 (18 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2308544
Default Alt Text
D594.diff (879 B)

Event Timeline