Login working
This commit is contained in:
@@ -12,6 +12,11 @@ class Frame extends Model
|
||||
return $this->belongsTo(CUG::class);
|
||||
}
|
||||
|
||||
public function route()
|
||||
{
|
||||
return $this->hasOne(FrameMeta::class);
|
||||
}
|
||||
|
||||
protected static function boot() {
|
||||
parent::boot();
|
||||
|
||||
|
Reference in New Issue
Block a user