mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-07 10:36:27 +08:00
12 lines
306 B
PHP
12 lines
306 B
PHP
|
<?php
|
||
|
/**
|
||
|
* This is the project's configuration for Robo task runner. This doesn't actually do anything
|
||
|
* other than exist, to prevent invalid Robo commands from returning unrelated errors.
|
||
|
*
|
||
|
* @see http://robo.li/
|
||
|
*/
|
||
|
class RoboFile extends \Robo\Tasks
|
||
|
{
|
||
|
// This space intentionally left blank.
|
||
|
}
|