config/global.php
<?php
use Illuminate\Support\Facades\Session;
$title = Session::has('current_auditor_info.title') ? Session::get('current_auditor_info.title') : "fallback";
$template = Session::has('current_auditor_info.template') ? Session::get('current_auditor_info.template') : "default";
return [
'global' => array(
'title'=> `enter code here`$title,
'template'=> $template,
),
];
Я так назвал следующую ошибку: => Корень фасада не был установлен. конфиг / global.php