This commit is contained in:
Graham Campbell
2014-12-26 21:52:17 +00:00
parent a8e31233ef
commit 8b49c44728

View File

@@ -1,6 +1,6 @@
<?php
return array(
return [
// Components
'component' => [
'status' => [
@@ -46,4 +46,4 @@ return array(
'search' => 'Search...',
'user' => 'User',
],
);
];