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:
@ -189,7 +189,7 @@ class LocationController extends Controller
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
//TODO: Send update post to TBS social account
|
||||
return back()->with('message', $duplicates . ' UPDATED - ' . $fresh . ' CREATED');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user