Fixes for ordering, the themes are in frontend.metronic, not backend.adminlte
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 34s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s

This commit is contained in:
2024-08-15 21:30:34 +10:00
parent b4c7c3ad20
commit 5f66987a3e
15 changed files with 61 additions and 176 deletions

View File

@@ -16,7 +16,7 @@ use Leenooks\Casts\LeenooksCarbon;
use App\Models\Product\Type;
use App\Interfaces\IDs;
use App\Traits\{ScopeAccountUserAuthorised,ScopeServiceActive};
use App\Traits\{ScopeAccountUserAuthorised,ScopeServiceActive,SiteID};
/**
* Class Service
@@ -52,7 +52,7 @@ use App\Traits\{ScopeAccountUserAuthorised,ScopeServiceActive};
*/
class Service extends Model implements IDs
{
use HasFactory,ScopeAccountUserAuthorised,ScopeServiceActive;
use HasFactory,ScopeAccountUserAuthorised,ScopeServiceActive,SiteID;
protected $casts = [
'order_info' => AsCollection::class,