sysutils/gdrive-backup: switch class name for linter

This commit is contained in:
Franco Fichtner 2026-02-03 16:07:33 +01:00
parent 0fe62ae500
commit d0374346e2
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
PLUGIN_NAME= gdrive-backup PLUGIN_NAME= gdrive-backup
PLUGIN_VERSION= 1.0 PLUGIN_VERSION= 1.0
PLUGIN_REVISION= 1
PLUGIN_COMMENT= Backup configurations using Google Drive PLUGIN_COMMENT= Backup configurations using Google Drive
PLUGIN_DEPENDS= php${PLUGIN_PHP}-google-api-php-client PLUGIN_DEPENDS= php${PLUGIN_PHP}-google-api-php-client
PLUGIN_MAINTAINER= ad@opnsense.org PLUGIN_MAINTAINER= ad@opnsense.org

View file

@ -34,7 +34,7 @@ use OPNsense\Core\Config;
* Class google drive backup * Class google drive backup
* @package OPNsense\Backup * @package OPNsense\Backup
*/ */
class Gdrive extends Base implements IBackupProvider class GDrive extends Base implements IBackupProvider
{ {
/** /**
* get required (user interface) fields for backup connector * get required (user interface) fields for backup connector