* #355 Calculate distance button in add/edit Flight page * Styling * Move add/edit flight logic out of controller and into service layer * Styling * Formatting * Run styleci against modules dir * Styleci config * Style fixes in /modules
This commit is contained in:
@@ -6,7 +6,6 @@ use App\Contracts\Award;
|
||||
|
||||
/**
|
||||
* Class SampleAward
|
||||
* @package Modules\Sample\Awards
|
||||
*/
|
||||
class SampleAward extends Award
|
||||
{
|
||||
@@ -16,7 +15,9 @@ class SampleAward extends Award
|
||||
* This is the method that needs to be implemented.
|
||||
* You have access to $this->user, which holds the current
|
||||
* user the award is being checked against
|
||||
*
|
||||
* @param null $params Parameters passed in from the UI
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function check($params = null): bool
|
||||
|
||||
Reference in New Issue
Block a user