mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 12:42:36 +01:00
Working on tests
This commit is contained in:
parent
04ed02d0d5
commit
ccac8b3bc9
@ -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…
Reference in New Issue
Block a user