Move user files

This commit is contained in:
Nabeel Shahzad
2018-05-21 09:58:31 -05:00
parent 2b074ee894
commit 3288467aa1
5 changed files with 17 additions and 9 deletions
-4
View File
@@ -98,8 +98,4 @@ return [
'Violation of this provision may result in severe civil and criminal penalties.',
],
],
'users' => [
'location' => 'Location',
],
];
+8
View File
@@ -0,0 +1,8 @@
<?php
/**
*
*/
return [
'location' => 'Location',
];
-4
View File
@@ -97,8 +97,4 @@ return [
],
],
'users' => [
'location' => 'Posizione',
],
];
+8
View File
@@ -0,0 +1,8 @@
<?php
/**
*
*/
return [
'location' => 'Posizione',
];