-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
https://github.com/laravel/framework/blob/5.2/src/Illuminate/Queue/DatabaseQueue.php#L242
/**
* Delete a reserved job from the queue.
*
* @param string $queue
* @param string $id
* @return void
*/
public function deleteReserved($queue, $id)
{
$this->database->table($this->table)->where('id', $id)->delete();
}
No id field in jobs collection
Did i miss some configuration ?
Metadata
Metadata
Assignees
Labels
No labels