Risolto problema di chiamata funzione con nome riservato nella parte di tags
This commit is contained in:
@@ -34,7 +34,7 @@ class tag extends Model
|
||||
|
||||
}
|
||||
|
||||
public static function delete($id)
|
||||
public static function deleteTag($id)
|
||||
{
|
||||
DB::table('tags')
|
||||
//->where('id','=',$id)
|
||||
|
||||
Reference in New Issue
Block a user