0
0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2024-07-26 19:42:34 +00:00
salesagility_SuiteCRM/RoboFile.php
2023-07-18 15:53:42 +01:00

13 lines
333 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/
*/
#[\AllowDynamicProperties]
class RoboFile extends \Robo\Tasks
{
// This space intentionally left blank.
}