constants.php 124 B

123456789
  1. <?php
  2. /**
  3. * Laravel Constants
  4. */
  5. return [
  6. 'tvdb' => [
  7. 'apikey' => 'b187f8d9c5e72b1faecb741d5d04239a'
  8. ]
  9. ];