mirror of
https://github.com/grocy/grocy.git
synced 2025-08-18 03:25:50 +00:00
Upgraded PHP-CS-Fixer / applied optimized rules
This commit is contained in:
@@ -5,7 +5,6 @@ namespace Grocy\Services;
|
||||
class ApiKeyService extends BaseService
|
||||
{
|
||||
const API_KEY_TYPE_DEFAULT = 'default';
|
||||
|
||||
const API_KEY_TYPE_SPECIAL_PURPOSE_CALENDAR_ICAL = 'special-purpose-calendar-ical';
|
||||
|
||||
public function CreateApiKey(string $keyType = self::API_KEY_TYPE_DEFAULT, string $description = null)
|
||||
|
Reference in New Issue
Block a user