Merged in bugfix/PMCORE-3069 (pull request #7975)
PMCORE-3069 Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
@@ -43,7 +43,7 @@ class Application extends Model
|
||||
* @param int $user
|
||||
* @return \Illuminate\Database\Eloquent\Builder
|
||||
*/
|
||||
public function scopeUserId($query, $user)
|
||||
public function scopeUserId($query, int $user)
|
||||
{
|
||||
return $query->where('APP_DELEGATION.USR_ID', '=', $user);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user