Skip to content

Instantly share code, notes, and snippets.

@tomodutch
Created September 14, 2014 17:15
Show Gist options
  • Save tomodutch/f011f6c02e91a3a80abe to your computer and use it in GitHub Desktop.
Save tomodutch/f011f6c02e91a3a80abe to your computer and use it in GitHub Desktop.
<?php
final class UserRole {
const Admin = 'Admin';
private function __construct() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment