mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-01 08:00:47 +08:00
Merge commit 'de4bf25cb3
' into release/8.4.0-beta
# Conflicts:
# public/legacy/data/SugarBean.php
# public/legacy/include/Smarty/plugins/function.sugarvar.php
# public/legacy/include/SugarDateTime.php
# public/legacy/include/database/MysqliManager.php
# public/legacy/modules/Alerts/metadata/listviewdefs.php
# public/legacy/modules/SugarFeed/Dashlets/SugarFeedDashlet/SugarFeedDashlet.php
# public/legacy/modules/Trackers/metadata/SearchFields.php
# public/legacy/modules/Trackers/metadata/listviewdefs.php
# public/legacy/modules/UpgradeWizard/SugarMerge/EditViewMerge.php
# public/legacy/suitecrm_version.php
12 lines
333 B
PHP
12 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.
|
|
}
|