Initial invoice rendering
This commit is contained in:
@@ -21,6 +21,11 @@ class Site extends Model
|
||||
return $this->hasMany(SiteDetails::class);
|
||||
}
|
||||
|
||||
public function language()
|
||||
{
|
||||
return $this->belongsTo(Language::class);
|
||||
}
|
||||
|
||||
public function __get($key)
|
||||
{
|
||||
// @todo Not sure if this is functioning correctly?
|
||||
|
Reference in New Issue
Block a user