Work on Service rendering
This commit is contained in:
20
app/Interfaces/ServiceItem.php
Normal file
20
app/Interfaces/ServiceItem.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace App\Interfaces;
|
||||
|
||||
interface ServiceItem
|
||||
{
|
||||
/**
|
||||
* Return the Service Description.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getServiceDescriptionAttribute():string;
|
||||
|
||||
/**
|
||||
* Return the Service Name.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getServiceNameAttribute():string;
|
||||
}
|
Reference in New Issue
Block a user