From d0374346e282d9e9920168cb144134a000aa5730 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 3 Feb 2026 16:07:33 +0100 Subject: [PATCH] sysutils/gdrive-backup: switch class name for linter --- sysutils/gdrive-backup/Makefile | 1 + .../src/opnsense/mvc/app/library/OPNsense/Backup/GDrive.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sysutils/gdrive-backup/Makefile b/sysutils/gdrive-backup/Makefile index ff88386c0..58f3a7919 100644 --- a/sysutils/gdrive-backup/Makefile +++ b/sysutils/gdrive-backup/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= gdrive-backup PLUGIN_VERSION= 1.0 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= Backup configurations using Google Drive PLUGIN_DEPENDS= php${PLUGIN_PHP}-google-api-php-client PLUGIN_MAINTAINER= ad@opnsense.org diff --git a/sysutils/gdrive-backup/src/opnsense/mvc/app/library/OPNsense/Backup/GDrive.php b/sysutils/gdrive-backup/src/opnsense/mvc/app/library/OPNsense/Backup/GDrive.php index 089ff08cd..2ae1beca5 100644 --- a/sysutils/gdrive-backup/src/opnsense/mvc/app/library/OPNsense/Backup/GDrive.php +++ b/sysutils/gdrive-backup/src/opnsense/mvc/app/library/OPNsense/Backup/GDrive.php @@ -34,7 +34,7 @@ use OPNsense\Core\Config; * Class google drive backup * @package OPNsense\Backup */ -class Gdrive extends Base implements IBackupProvider +class GDrive extends Base implements IBackupProvider { /** * get required (user interface) fields for backup connector