Skip to content

Instantly share code, notes, and snippets.

@Tjoosten
Created June 6, 2018 08:52
Show Gist options
  • Select an option

  • Save Tjoosten/ab79238635ee5fce591c992301f91d26 to your computer and use it in GitHub Desktop.

Select an option

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