You've already forked Epicnabbo-Catalogus-Updated-Daily
🆙 Fix cms as now on epicnabbo.nl 🆙
This commit is contained in:
@@ -135,7 +135,7 @@ class ShopController extends Controller
|
||||
|
||||
public function handleFurniture(array $furniture)
|
||||
{
|
||||
$sendFurniture = app(SendFurniture::class);
|
||||
$sendFurniture = resolve(SendFurniture::class);
|
||||
|
||||
$sendFurniture->execute(Auth::user(), $furniture);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user