Manual Require Added
This commit is contained in:
parent
317f970184
commit
99f797c814
|
|
@ -156,7 +156,10 @@ class InvoiceController extends Controller
|
||||||
*/
|
*/
|
||||||
private function adjustArabicAndPersianContent($html)
|
private function adjustArabicAndPersianContent($html)
|
||||||
{
|
{
|
||||||
$arabic = new \ArPHP\I18N\Arabic();
|
/* temporary require */
|
||||||
|
require_once base_path('vendor/khaled.alshamaa/ar-php/src/arabic.php');
|
||||||
|
|
||||||
|
$arabic = new \ArPHP\I18N\arabic();
|
||||||
|
|
||||||
$p = $arabic->arIdentify($html);
|
$p = $arabic->arIdentify($html);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue