Skip to content

Instantly share code, notes, and snippets.

@hamzaali00001
Created August 26, 2018 07:26
Show Gist options
  • Save hamzaali00001/b38c50c4928abbe1fc602142789775b9 to your computer and use it in GitHub Desktop.
Save hamzaali00001/b38c50c4928abbe1fc602142789775b9 to your computer and use it in GitHub Desktop.
<?php
$photo = App\Photo::find(1);
return tap($photo)->update([
'validated' => 'true',
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment