- return $this->hasMany('Oxbow\Page')->orderBy('priority', 'ASC');
- }
-
- public function createdBy()
- {
- return $this->belongsTo('Oxbow\User', 'created_by');
- }
-
- public function updatedBy()
- {
- return $this->belongsTo('Oxbow\User', 'updated_by');