Clean up Award controller in admin #155

This commit is contained in:
Nabeel Shahzad
2018-03-17 11:39:51 -05:00
parent 7feecb507d
commit a21e2dd412
2 changed files with 20 additions and 24 deletions

View File

@@ -20,9 +20,8 @@ abstract class AwardInterface
protected $user;
/**
* Each award class just needs to return true or false if it
* should actually be awarded to a user. This is the only method that
* needs to be implemented
* Each award class just needs to return true or false if it should actually
* be awarded to a user. This is the only method that needs to be implemented
* @param null $params Optional parameters that are passed in from the UI
* @return bool
*/