Changed to using new Address Model, Implemented Setup, Some minor CSS changes
This commit is contained in:
@@ -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 */
|
||||
}
|
Reference in New Issue
Block a user