0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-01-30 12:06:23 +00:00
salesagility_SuiteCRM/RoboFile.php
Connor Shea 8f029845b5 Add RoboFile.php to root directory again.
It was previously removed in 23824dd479,
but this introduced a problem where an erroring Robo command
would also print an error about a missing RoboFile.php.

This could make debugging errors with Robo commands confusing, since an unrelated error was appearing.
2019-06-14 14:27:35 -06:00

11 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.
}