Skip to content

Instantly share code, notes, and snippets.

@norberttech
Last active October 5, 2015 12:48
Show Gist options
  • Select an option

  • Save norberttech/0ea39cf2b831d7a5e21b to your computer and use it in GitHub Desktop.

Select an option

Save norberttech/0ea39cf2b831d7a5e21b to your computer and use it in GitHub Desktop.
<?php
$loader = require_once __DIR__ . '/../vendor/autoload.php';
$registrationService = $this->get('custom.registration.service');
$registrationClosure = $this->get('custom.registration.closure');
$registrationService->register(['username' => 'norzechowicz'], $registrationClosure);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment