Skip to content

Commit d2f5f86

Browse files
committed
Update CardsController.php
1 parent c28509e commit d2f5f86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Domains/Social/Http/Controllers/Backend/Cards/CardsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ public function update($request, Cards $cards)
269269
* @return mixed
270270
* @throws \App\Exceptions\GeneralException
271271
*/
272-
public function destroy($request, Cards $cards)
272+
public function destroy(Cards $cards)
273273
{
274274
$this->cardsService->delete($cards);
275275

0 commit comments

Comments
 (0)