@@ -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 |
@@ -53,12 +53,12 @@ |
||
| 53 | 53 | $browser->authenticate($apiKey); |
| 54 | 54 | |
| 55 | 55 | $this->videos = new Videos($browser); |
| 56 | - $this->lives = new Lives($browser); |
|
| 56 | + $this->lives = new Lives($browser); |
|
| 57 | 57 | $this->players = new Players($browser); |
| 58 | 58 | $this->captions = new Captions($browser); |
| 59 | 59 | $this->analyticsVideo = new AnalyticsVideo($browser); |
| 60 | 60 | $this->analyticsLive = new AnalyticsLive($browser); |
| 61 | - $this->tokens = new Tokens($browser); |
|
| 62 | - $this->account = new Account($browser); |
|
| 61 | + $this->tokens = new Tokens($browser); |
|
| 62 | + $this->account = new Account($browser); |
|
| 63 | 63 | } |
| 64 | 64 | } |