Skip to content

Instantly share code, notes, and snippets.

@gordinmitya
Created September 3, 2016 17:47
Show Gist options
  • Save gordinmitya/c8c5089f13bf1891af2f9902dee85d77 to your computer and use it in GitHub Desktop.
Save gordinmitya/c8c5089f13bf1891af2f9902dee85d77 to your computer and use it in GitHub Desktop.
<?php
namespace Models;
class Group extends EventSubject
{
public static function subjectName() {
return 'group';
}
public static function reverseName() {
return 'teacher';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment