8 lines
100 B
PHP
8 lines
100 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
return [
|
|
'own' => [
|
|
'title' => 'Own widgets',
|
|
],
|
|
];
|