mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
sysutils/gdrive-backup: switch class name for linter
This commit is contained in:
parent
0fe62ae500
commit
d0374346e2
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue