Skip to content
This repository was archived by the owner on Feb 10, 2021. It is now read-only.

Commit a12b235

Browse files
Replace deprecated lists method
1 parent 9dba73f commit a12b235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MetableTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function getMeta( $key, $default = null, $raw = false )
7070
*/
7171
public function getAllMeta()
7272
{
73-
return $this->meta()->lists('value', 'key');
73+
return $this->meta()->pluck('value', 'key');
7474
}
7575

7676
/**

0 commit comments

Comments
 (0)