Find the record you want to delete. Assign it to a variable add ->delete() to variable.
$data = \DB::table("prosystem_log_statistics")->find(1);
$data->delete();
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community