Created
August 26, 2018 07:26
-
-
Save hamzaali00001/b38c50c4928abbe1fc602142789775b9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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