mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-06-15 03:50:30 +00:00
🔥 **Remove Highscore and Bindle features**
- 🗑️ Deleted `Highscore` feature (Model, Controller, Factory, Tests, Routes, Migrations) and associated logic. - 🗑️ Removed `BindleController` and its related test. - 🧹 Cleaned up unused routes, database seeders, and localization references. - 🚫 Deprecated inactive book rental guide component and associated views.
This commit is contained in:
@@ -9,7 +9,6 @@ use App\Models\CourseEvent;
|
||||
use App\Models\EmailCampaign;
|
||||
use App\Models\EmailTexts;
|
||||
use App\Models\Episode;
|
||||
use App\Models\Highscore;
|
||||
use App\Models\Lecturer;
|
||||
use App\Models\Library;
|
||||
use App\Models\LibraryItem;
|
||||
@@ -62,7 +61,6 @@ it('creates a valid persisted record via the factory', function (string $modelCl
|
||||
'Participant' => Participant::class,
|
||||
'EmailCampaign' => EmailCampaign::class,
|
||||
'EmailTexts' => EmailTexts::class,
|
||||
'Highscore' => Highscore::class,
|
||||
'LoginKey' => LoginKey::class,
|
||||
'Tag' => Tag::class,
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user