Transcript model and erializer
Transcript component
Update Ember-cli to 2.6.3
<?phpnamespaceCorpusParole\Http\Middleware;useIlluminate\Cookie\Middleware\EncryptCookiesasBaseEncrypter;classEncryptCookiesextendsBaseEncrypter{/** * The names of the cookies that should not be encrypted. * * @var array */protected$except=[//];}