Example #1
0
 public function scopeProjectSessions($query)
 {
     return $query->where('idProject', Project::idProject());
 }