Start work on updating services
This commit is contained in:
@@ -4,8 +4,21 @@ namespace App\Models\Service;
|
||||
|
||||
use App\Models\Base\ServiceType;
|
||||
|
||||
// @todo Document how this is used.
|
||||
class Generic extends ServiceType
|
||||
{
|
||||
protected $table = 'service__generic';
|
||||
public $timestamps = FALSE;
|
||||
|
||||
/* INTERFACE */
|
||||
|
||||
public function getServiceDescriptionAttribute(): string
|
||||
{
|
||||
return 'Generic';
|
||||
}
|
||||
|
||||
public function getServiceNameAttribute(): string
|
||||
{
|
||||
return 'Generic';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user