Skip to content

Instantly share code, notes, and snippets.

@Tjoosten
Created June 6, 2018 08:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tjoosten/ab79238635ee5fce591c992301f91d26 to your computer and use it in GitHub Desktop.
Save Tjoosten/ab79238635ee5fce591c992301f91d26 to your computer and use it in GitHub Desktop.
BUG: Method name must be a string
class SocialRepository
{
public function shareCrowdfund()
{
$social = Share::load('test', 'http://www.goolde.cla')->services(config('social.services'));
dd($social);
}
}
return [
'services' => ['facebook', 'twitter']
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment