diff options
Diffstat (limited to 'main/app/sprinkles/core/src/Database')
-rw-r--r-- | main/app/sprinkles/core/src/Database/Relations/Concerns/Unique.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/app/sprinkles/core/src/Database/Relations/Concerns/Unique.php b/main/app/sprinkles/core/src/Database/Relations/Concerns/Unique.php index 71c1c4c..3a321e4 100644 --- a/main/app/sprinkles/core/src/Database/Relations/Concerns/Unique.php +++ b/main/app/sprinkles/core/src/Database/Relations/Concerns/Unique.php @@ -74,7 +74,7 @@ trait Unique /** * Set the "offset" value of the query. * - * @todo Implement for 'unionOffset' as well? (By checking the value of $this->query->getQuery()->unions) + * Implement for 'unionOffset' as well? (By checking the value of $this->query->getQuery()->unions) * @see \Illuminate\Database\Query\Builder * @param int $value * @return $this @@ -98,7 +98,7 @@ trait Unique /** * Set the "limit" value of the query. * - * @todo Implement for 'unionLimit' as well? (By checking the value of $this->query->getQuery()->unions) + * Implement for 'unionLimit' as well? (By checking the value of $this->query->getQuery()->unions) * @see \Illuminate\Database\Query\Builder * @param int $value * @return $this |