Closed dongm2ez closed 7 years ago
this is my sql
Activity::withAnyStatus()->where('id', 1)->delete();
but sql
update activity
set moderated_at
= '2016-08-01 19:03:03', updated_at
= '2016-08-01 19:03:03' where id
= '1' and activity
.deleted_at
is null
this use is normal use Moderatable,SoftDeletes; but this use abnormal use SoftDeletes,Moderatable;
I don't know why,maybe u can talk me why. Thx!
I am a Chinese, English is poor, hope you can understand what I said, this is machine translation for me
Have you solved your problem ? If not, could you provide your error message ? Sorry I can't speak chinese, but japanese. Is it better than english for you ?
Fixed in v1.0.9
help me
How do use laravel softDelete with the laravel-moderation extension
is laravel 5.2