aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/app/sprinkles/core/src/Database
diff options
context:
space:
mode:
authorMarvin Borner2018-05-24 00:31:19 +0200
committerMarvin Borner2018-05-24 00:31:19 +0200
commit85211481260c076ad5e2889b66465495c33429ef (patch)
treeb33c63888f81ff878c514c7c544e3afcf4cfbfd1 /main/app/sprinkles/core/src/Database
parentb66a61addb6c8e66cb26fcf74b532d68891267e4 (diff)
Many fixes, began user feed generator
Diffstat (limited to 'main/app/sprinkles/core/src/Database')
-rw-r--r--main/app/sprinkles/core/src/Database/Relations/Concerns/Unique.php4
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