mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
ptgen not show individual fields on details page
This commit is contained in:
@@ -126,10 +126,8 @@ class Test extends Command
|
||||
// $r = $rep->getContinuousDays($attendance);
|
||||
// $r = $rep->getContinuousPoints(11);
|
||||
|
||||
$url = 'https://www.imdb.com/title/tt4574334/?ref_=vp_vi_tt';
|
||||
$imdb = new Imdb();
|
||||
$rating = $imdb->getRating($url);
|
||||
dd($rating);
|
||||
$r = json_decode('http://www.imdb.com/title/tt0468569', true);
|
||||
dd($r);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user