Skip to content

Instantly share code, notes, and snippets.

@jsdecena
Created October 9, 2021 04:04
Show Gist options
  • Select an option

  • Save jsdecena/1e287db31351742e426067b9a0e7c521 to your computer and use it in GitHub Desktop.

Select an option

Save jsdecena/1e287db31351742e426067b9a0e7c521 to your computer and use it in GitHub Desktop.
Simple TDD config file
<?php
return [
'timezone' => env('APP_TIMEZONE', 'Asia/Manila')
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment