Skip to content

Instantly share code, notes, and snippets.

@sergekukharev
Created December 7, 2015 15:42
<?php
class DummyAuthorizer implements Authorizer {
public function authorize($username, $password) {
return null;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment