Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3753190
D2909.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
611 B
Referenced Files
None
Subscribers
None
D2909.id.diff
View Options
diff --git a/app/Http/Controllers/Gate/GateController.php b/app/Http/Controllers/Gate/GateController.php
--- a/app/Http/Controllers/Gate/GateController.php
+++ b/app/Http/Controllers/Gate/GateController.php
@@ -17,7 +17,7 @@
/**
* Represents a controller handling an entry-point for API payloads
*/
-class GateController extends Controller {
+abstract class GateController extends Controller {
///
/// Private members
@@ -83,6 +83,8 @@
/// Credentials
///
+ abstract public function getServiceName ();
+
/**
* Gets service credentials for this gate and door
*/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 18, 23:45 (20 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2251492
Default Alt Text
D2909.id.diff (611 B)
Attached To
Mode
D2909: Declare GateController as an abstract
Attached
Detach File
Event Timeline
Log In to Comment