mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-13 20:03:45 +02:00
More model updates to more places than I anticipated.
This probably broke a lot of things.
This commit is contained in:
@@ -97,7 +97,7 @@ class LocationsController extends Controller
|
||||
{
|
||||
try {
|
||||
$location = new LocationRepository;
|
||||
$id = $location->create($request->only(['long', 'short']));
|
||||
$location->create($request->only(['long', 'short']));
|
||||
Alert::success('New location successfully added.')->flash();
|
||||
|
||||
return redirect()->route('admin.locations');
|
||||
|
||||
Reference in New Issue
Block a user