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.
1 parent 30b3e92 commit 2729375Copy full SHA for 2729375
src/Jenssegers/Mongodb/Schema/Blueprint.php
@@ -28,7 +28,7 @@ public function __construct(Connection $connection, $collection)
28
* Specify an index for the collection.
29
*
30
* @param string|array $columns
31
- * @param array $otions
+ * @param array $options
32
* @return bool
33
*/
34
public function index($columns, $options = array())
0 commit comments