Exemple #1
0
 /**
  * Modify a collection on the schema.
  *
  * @param string $collection
  * @param \Closure $callback
  * @return bool 
  * @static 
  */
 public static function collection($collection, $callback)
 {
     return \Jenssegers\Mongodb\Schema\Builder::collection($collection, $callback);
 }