Changed to using new Address Model, Implemented Setup, Some minor CSS changes

This commit is contained in:
Deon George
2021-06-24 20:16:37 +10:00
parent ec6594b701
commit d1ca78d372
33 changed files with 766 additions and 172 deletions

View File

@@ -11,8 +11,6 @@ class System extends Model
{
use HasFactory,ScopeActive;
/* SCOPES */
/* RELATIONS */
public function addresses()
@@ -23,6 +21,4 @@ class System extends Model
->orderBy('node_id')
->orderBy('point_id');
}
/* CASTS */
}