Skip to content

Instantly share code, notes, and snippets.

@betz
Created October 15, 2017 20:15
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 betz/6e0cb7ce2712793711d4c9ed99a3a697 to your computer and use it in GitHub Desktop.
Save betz/6e0cb7ce2712793711d4c9ed99a3a697 to your computer and use it in GitHub Desktop.
<?php
namespace Drupal\hsbxl_members;
/**
* Class MembershipService.
*/
class MembershipService {
public function hello() {
return 'Hello';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment