mirror of
https://github.com/YunoHost-Apps/invoiceninja_ynh.git
synced 2024-09-03 19:26:22 +02:00
11 lines
323 B
Diff
11 lines
323 B
Diff
--- a/public/index.php
|
|
+++ b/public/index.php
|
|
@@ -34,7 +34,7 @@
|
|
|
|
$app = require_once __DIR__.'/../bootstrap/app.php';
|
|
|
|
-// require_once __DIR__.'/../app/Constants.php';
|
|
+require_once __DIR__.'/../app/Constants.php';
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Run The Application
|