mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-05-04 18:08:42 +02:00
14 lines
230 B
PHP
14 lines
230 B
PHP
<?php
|
|
/**
|
|
* This is project's console commands configuration for Robo task runner.
|
|
*
|
|
* @see http://robo.li/
|
|
*/
|
|
|
|
require_once 'vendor/autoload.php';
|
|
|
|
class RoboFile extends Glpi\Tools\RoboFile
|
|
{
|
|
//Own plugin's robo stuff
|
|
}
|