ds-site/Configuration/Backend/DashboardWidgetGroups.php

9 lines
100 B
PHP
Raw Permalink Normal View History

2020-02-23 22:02:22 +01:00
<?php
2024-02-08 08:04:56 +01:00
declare(strict_types=1);
2020-02-23 22:02:22 +01:00
return [
'own' => [
'title' => 'Own widgets',
],
];