Awards base class and scaffolding #155
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Awards;
|
||||
|
||||
use App\Interfaces\AwardInterface;
|
||||
|
||||
class BaseAward implements AwardInterface
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user