Remove meeting templates and show Events programme on Meet rooms.
Deploy Ladill Meet / deploy (push) Successful in 42s
Deploy Ladill Meet / deploy (push) Successful in 42s
Templates duplicated create-form settings without edit/delete flows; drop the feature and table. Conference and webinar pages render synced programme snapshots and link back to Ladill Events. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -37,11 +37,6 @@ class Organization extends Model
|
||||
return $this->hasMany(Member::class, 'organization_id');
|
||||
}
|
||||
|
||||
public function templates(): HasMany
|
||||
{
|
||||
return $this->hasMany(Template::class, 'organization_id');
|
||||
}
|
||||
|
||||
public function securitySetting(string $key, mixed $default = null): mixed
|
||||
{
|
||||
return data_get($this->security_policy, $key, data_get(config('meet.security_defaults'), $key, $default));
|
||||
|
||||
Reference in New Issue
Block a user