Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Model/Command.php')
-rw-r--r--lib/Model/Command.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Model/Command.php b/lib/Model/Command.php
index 8734ea812..b00a51070 100644
--- a/lib/Model/Command.php
+++ b/lib/Model/Command.php
@@ -1,4 +1,5 @@
<?php
+
declare(strict_types=1);
/**
* @copyright Copyright (c) 2019 Joas Schilling <coding@schilljs.com>
@@ -39,7 +40,6 @@ use OCP\AppFramework\Db\Entity;
* @method int getEnabled()
*/
class Command extends Entity {
-
public const RESPONSE_NONE = 0;
public const RESPONSE_USER = 1;
public const RESPONSE_ALL = 2;