We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f9c533 + 74089c7 commit ff8c01bCopy full SHA for ff8c01b
src/Query/Builder.php
@@ -54,7 +54,7 @@ class Builder extends BaseBuilder
54
protected $avoidCache = false;
55
56
/**
57
- * @inheritdoc
+ * {@inheritdoc}
58
*/
59
public function get($columns = ['*'])
60
{
src/Traits/QueryCacheable.php
@@ -7,7 +7,7 @@
7
trait QueryCacheable
8
9
10
11
12
protected function newBaseQueryBuilder()
13
0 commit comments