Fixed visibility for constants and methods
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
@@ -31,7 +31,7 @@ class Setting extends Model
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
const SETUP_CHECK_KEY = 'snipeit_setup_check';
|
||||
public const SETUP_CHECK_KEY = 'snipeit_setup_check';
|
||||
|
||||
/**
|
||||
* Whether the model should inject it's identifier to the unique
|
||||
|
||||
Reference in New Issue
Block a user