7 lines
152 B
PHP
7 lines
152 B
PHP
<?php
|
|
|
|
require_once realpath(dirname(__FILE__) . '/TestCase.php');
|
|
|
|
$res = \DB::connection('mongo')->table('tblCard')->find('1440059652572');
|
|
|
|
dd($res); |