This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
Souke
Watch
5
Star
0
Fork
1
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Corriger l'impossibilité de supprimer un élément via la méthode GET
prodstable
keun
8 years ago
parent
19f1f8e199
commit
fc309aac8a
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
backend/controllers/ProduitController.php
+ 1
- 1
backend/controllers/ProduitController.php
View File
@@ -32,7 +32,7 @@ class ProduitController extends Controller
'verbs' => [
'class' => VerbFilter::className(),
'actions' => [
'delete' => ['post'],
],
],
'access' => [
Write
Preview
Loading…
Cancel
Save