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:
@@ -27,9 +27,6 @@ return Application::configure(basePath: dirname(__DIR__))
|
||||
\Illuminate\Support\Facades\Route::bind('summary', function (string $value) {
|
||||
return \App\Models\AiSummary::where('uuid', $value)->firstOrFail();
|
||||
});
|
||||
\Illuminate\Support\Facades\Route::bind('template', function (string $value) {
|
||||
return \App\Models\Template::where('uuid', $value)->firstOrFail();
|
||||
});
|
||||
\Illuminate\Support\Facades\Route::bind('invitation', function (string $value) {
|
||||
return \App\Models\Invitation::where('uuid', $value)->firstOrFail();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user