Start of service display

This commit is contained in:
Deon George
2019-06-29 10:14:12 +10:00
parent a426c7b1a4
commit 6103b61265
14 changed files with 426 additions and 33 deletions

View File

@@ -23,6 +23,9 @@ class Site extends Model
public function language()
{
if (! $this->id)
return Language::find(1);
return $this->belongsTo(Language::class);
}