mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-23 15:27:40 -05:00
14 lines
192 B
PHP
14 lines
192 B
PHP
<?php
|
|
|
|
return [
|
|
'posts' => [
|
|
'name' => 'Posts',
|
|
],
|
|
'types' => [
|
|
'name' => 'Types',
|
|
],
|
|
'categories' => [
|
|
'name' => 'Categories',
|
|
],
|
|
];
|