Skip to content

Instantly share code, notes, and snippets.

@pringgojs
Created January 22, 2019 10:34
Show Gist options
  • Save pringgojs/e14da336492f83cdfb08cb9ea65c826e to your computer and use it in GitHub Desktop.
Save pringgojs/e14da336492f83cdfb08cb9ea65c826e to your computer and use it in GitHub Desktop.
merubah collection to array
public static function listPengawasArray()
{
$array_pengawas = self::where('user_id', auth()->user()->id)->get(['pengawas_id'])->mode('pengawas_id');
}
// response
array:2 [▼
0 => 1
1 => 2
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment