[add] Employee code length as setting

This commit is contained in:
2018-08-06 01:00:31 -06:00
parent 69b636620a
commit 90f11867a5
3 changed files with 12 additions and 3 deletions

View File

@@ -40,5 +40,10 @@ return [
'databaseSelectQueryErrorMessage' => 'There was an error fetching the data.',
'databaseInsertQueryErrorMessage' => 'There was an error inserting the record.',
],
// Employee settings
'employee' => [
'codeLength' => '5',
],
],
];