Skip to content

Instantly share code, notes, and snippets.

@FrankFlow
Created October 30, 2017 13:31
Show Gist options
  • Select an option

  • Save FrankFlow/4049f7c81c07554bb8209cb47e8bbff8 to your computer and use it in GitHub Desktop.

Select an option

Save FrankFlow/4049f7c81c07554bb8209cb47e8bbff8 to your computer and use it in GitHub Desktop.
<?php
$user = App\User::find(2);
return $user->avatars ? $user->avatars->path_avatar : '';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment