Merge branch 'master' of https://github.com/sebathefox/skolehjem-webapp
This commit is contained in:
@@ -11,5 +11,7 @@ use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class ResourceCategory extends Model
|
||||
{
|
||||
//
|
||||
public function resourceExtensions() {
|
||||
return $this->hasMany("App\ResourceExtension");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user