Working on tests
This commit is contained in:
parent
04ed02d0d5
commit
ccac8b3bc9
2 changed files with 3 additions and 1 deletions
|
|
@ -540,6 +540,8 @@ if (!defined('APP_NAME'))
|
|||
];
|
||||
define('CACHED_TABLES', serialize($cachedTables));
|
||||
|
||||
|
||||
// TODO remove these translation functions
|
||||
function uctrans($text)
|
||||
{
|
||||
return ucwords(trans($text));
|
||||
|
|
|
|||
|
|
@ -361,5 +361,5 @@ if (Utils::isNinjaDev())
|
|||
}
|
||||
*/
|
||||
|
||||
// Include static constants
|
||||
// Include static app constants
|
||||
require_once app_path() . '/Constants.php';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue