@@ -76,7 +76,7 @@ |
||
| 76 | 76 | protected function cast(array $data) |
| 77 | 77 | { |
| 78 | 78 | $analytic = new AnalyticLive(); |
| 79 | - $analytic->liveStreamId = $data['live']['live_stream_id']; |
|
| 79 | + $analytic->liveStreamId = $data['live']['live_stream_id']; |
|
| 80 | 80 | $analytic->liveName = $data['live']['name']; |
| 81 | 81 | $analytic->period = $data['period']; |
| 82 | 82 | // Build Analytic Data |
@@ -49,11 +49,11 @@ |
||
| 49 | 49 | $browser->authenticate($apiKey); |
| 50 | 50 | |
| 51 | 51 | $this->videos = new Videos($browser); |
| 52 | - $this->lives = new Lives($browser); |
|
| 52 | + $this->lives = new Lives($browser); |
|
| 53 | 53 | $this->players = new Players($browser); |
| 54 | 54 | $this->captions = new Captions($browser); |
| 55 | 55 | $this->analyticsVideo = new AnalyticsVideo($browser); |
| 56 | 56 | $this->analyticsLive = new AnalyticsLive($browser); |
| 57 | - $this->tokens = new Tokens($browser); |
|
| 57 | + $this->tokens = new Tokens($browser); |
|
| 58 | 58 | } |
| 59 | 59 | } |