Commit 22f1a8bc authored by maxime alves's avatar maxime alves Committed by Jeremy Mikola

removed collectionName attribute in GridFSbucket construct signature

parent daa47aa6
......@@ -19,7 +19,7 @@ Definition
.. code-block:: php
function __construct(MongoDB\Driver\Manager $manager, $databaseName, $collectionName, array $options = [])
function __construct(MongoDB\Driver\Manager $manager, $databaseName, array $options = [])
This constructor has the following parameters:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment