Optimise users home page
This commit is contained in:
20
app/Interfaces/IDs.php
Normal file
20
app/Interfaces/IDs.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace App\Interfaces;
|
||||
|
||||
interface IDs
|
||||
{
|
||||
/**
|
||||
* Return the local ID of the item
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function getLIDattribute(): string;
|
||||
|
||||
/**
|
||||
* Return the system ID of the item
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function getSIDattribute(): string;
|
||||
}
|
@@ -4,7 +4,8 @@ namespace App\Interfaces;
|
||||
|
||||
use Illuminate\Support\Collection;
|
||||
|
||||
interface ProductSupplier {
|
||||
interface ProductSupplier
|
||||
{
|
||||
/**
|
||||
* Return the traffic inclusion with the service
|
||||
*
|
||||
|
Reference in New Issue
Block a user