Change our template attribute processing, to be collections, so we can find attributes using anycase keys
This commit is contained in:
@@ -49,7 +49,7 @@ class Entry extends Model
|
||||
$this->objects = collect();
|
||||
|
||||
// Load any templates
|
||||
$this->templates = Cache::remember('templates'.Session::id(),config('ldap.cache.time'),function() {
|
||||
$this->templates = Cache::remember('templates'.Session::id(),config('ldap.cache.time'),function() {
|
||||
$template_dir = Storage::disk(config('pla.template.dir'));
|
||||
$templates = collect();
|
||||
|
||||
|
Reference in New Issue
Block a user