/** * Set the table prefix in use by the connection. * * @param string $prefix * @return void * @static */ public static function setTablePrefix($prefix) { //Method inherited from \Illuminate\Database\Connection \Jenssegers\Mongodb\Connection::setTablePrefix($prefix); }