Skip to content

Commit 79126ce

Browse files
committed
fix
1 parent afc751c commit 79126ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/database-collection/time-series.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ a parameter:
102102

103103
.. code-block:: php
104104

105-
$result = Schema::hasCollection('ts-collection');
105+
$result = Schema::hasCollection('precipitation');
106106
echo $result;
107107

108108
The ``hasCollection()`` method returns a value of ``1`` if the

0 commit comments

Comments
 (0)