refactor: replace custom CRM with Monica fork
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
This commit is contained in:
17
app/Helpers/helpers.php
Normal file
17
app/Helpers/helpers.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
use App\Helpers\LocaleHelper;
|
||||
|
||||
if (! function_exists('htmldir')) {
|
||||
/**
|
||||
* Get the direction: left to right/right to left.
|
||||
*
|
||||
* @return string
|
||||
*
|
||||
* @see LocaleHelper::getDirection()
|
||||
*/
|
||||
function htmldir()
|
||||
{
|
||||
return LocaleHelper::getDirection();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user