mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-04 02:55:53 -06:00
sysutils/gdrive-backup: switch class name for linter
This commit is contained in:
parent
0fe62ae500
commit
d0374346e2
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user