diff options
Diffstat (limited to 'app/Http/Controllers/IndexController.php')
| -rw-r--r-- | app/Http/Controllers/IndexController.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Http/Controllers/IndexController.php b/app/Http/Controllers/IndexController.php index c77de48..e6a263b 100644 --- a/app/Http/Controllers/IndexController.php +++ b/app/Http/Controllers/IndexController.php @@ -6,6 +6,7 @@ use Illuminate\Http\Request; use App\Libraries\AnimeSchedule; use App\Libraries\AnimeSeason; +use App\AnimeScore; class IndexController extends Controller { /** @@ -36,5 +37,10 @@ class IndexController extends Controller { public function test($param = null) { $season = new AnimeSeason(); + #$stats = new AnimeScore( 21 ); + + #var_dump($stats); + echo "<pre>"; + var_dump($season); } } |
