Laravel version update
Laravel version update
This commit is contained in:
18
vendor/flowjs/flow-php-server/src/Flow/Mongo/MongoConfigInterface.php
vendored
Normal file
18
vendor/flowjs/flow-php-server/src/Flow/Mongo/MongoConfigInterface.php
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace Flow\Mongo;
|
||||
|
||||
use Flow\ConfigInterface;
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
interface MongoConfigInterface extends ConfigInterface
|
||||
{
|
||||
|
||||
/**
|
||||
* @return \MongoGridFS
|
||||
*/
|
||||
public function getGridFs();
|
||||
|
||||
}
|
Reference in New Issue
Block a user