Risolto problema con chiamata della funzione delete per il tag
This commit is contained in:
parent
6f16876a69
commit
1b248f1863
@ -37,7 +37,7 @@ class tag extends Model
|
||||
public static function delete($id)
|
||||
{
|
||||
DB::table('tags')
|
||||
->where('id','=',$id)
|
||||
->delete();
|
||||
//->where('id','=',$id)
|
||||
->delete($id);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user