Optimise users home page

This commit is contained in:
Deon George
2021-06-29 16:36:34 +10:00
parent 638472fb4f
commit bac4fd6227
34 changed files with 915 additions and 627 deletions

20
app/Interfaces/IDs.php Normal file
View 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;
}

View File

@@ -4,7 +4,8 @@ namespace App\Interfaces;
use Illuminate\Support\Collection;
interface ProductSupplier {
interface ProductSupplier
{
/**
* Return the traffic inclusion with the service
*