We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7416df7 commit 3210674Copy full SHA for 3210674
1 file changed
system/session/drivers/database.php
@@ -77,7 +77,7 @@ public function save(array $session, array $config, $exists)
77
*/
78
public function delete($id)
79
{
80
- $this->table()->delete($id);
+ $this->table()->where('id', $id)->delete();
81
}
82
83
/**
0 commit comments