pluizia codice
This commit is contained in:
+2
-10
@@ -1,19 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* -------------------------------------------------------------------------
|
||||
* UrBackup plugin for GLPI
|
||||
* -------------------------------------------------------------------------
|
||||
*
|
||||
* Install/update process for GLPI 11.
|
||||
*
|
||||
* GLPI 11 Migration class does not expose createTable()/addTable().
|
||||
* Compatible GLPI plugin pattern:
|
||||
*
|
||||
* - initial schema creation from SQL file using $DB->runFile()
|
||||
* - schema evolution using Migration addField(), addKey(), executeMigration()
|
||||
*
|
||||
* -------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
use GlpiPlugin\Urbackup\Config;
|
||||
|
||||
Reference in New Issue
Block a user