- display project if defined on landing page

- delete log settings in app.php (added logging.php)
This commit is contained in:
Arno Kaimbacher 2020-05-14 20:09:21 +02:00
parent f26f3f0919
commit 7b69477712
4 changed files with 97 additions and 6 deletions

View file

@ -17,6 +17,7 @@ namespace App\Library\Xml;
use App\Models\XmlCache;
use Illuminate\Support\Facades\Log;
use \Exception;
class XmlModel
{