1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-06-25 16:04:37 -05:00

Plugged in repository class for location data

Seperated data logic for locations and put it into its own repository
class for better organization and readability of controller classes.

Data methods are still simple so no need for an interface class just
yet, but will probably implement at a later date
This commit is contained in:
ro
2024-02-09 14:53:08 -06:00
parent bce9a430aa
commit da0ddb3ef0
5 changed files with 123 additions and 77 deletions

View File

@ -189,7 +189,7 @@ class LocationController extends Controller
]);
}
}
//TODO: Send update post to TBS social account
return back()->with('message', $duplicates . ' UPDATED - ' . $fresh . ' CREATED');
}
}