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