Awards base class and scaffolding #155
This commit is contained in:
14
modules/Sample/Awards/SampleAward.php
Normal file
14
modules/Sample/Awards/SampleAward.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Modules\Sample\Awards;
|
||||
|
||||
use App\Interfaces\AwardInterface;
|
||||
|
||||
/**
|
||||
* Class SampleAward
|
||||
* @package Modules\Sample\Awards
|
||||
*/
|
||||
class SampleAward extends AwardInterface
|
||||
{
|
||||
public $name = 'Sample Award';
|
||||
}
|
||||
Reference in New Issue
Block a user