Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion application/Config/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,25 @@ class App extends BaseConfig
| Application Timezone
|--------------------------------------------------------------------------
|
| The default timezone that will be used in your application to display
| The default timezone that will be used in your application to display
| dates with the date helper, and can be retrieved through the app_timezone()
|
*/
public $appTimezone = 'America/Chicago';

/*
|--------------------------------------------------------------------------
| Default Character Set
|--------------------------------------------------------------------------
|
| This determines which character set is used by default in various methods
| that require a character set to be provided.
|
| See http://php.net/htmlspecialchars for a list of supported charsets.
|
*/
public $charset = 'UTF-8';

/*
|--------------------------------------------------------------------------
| URI PROTOCOL
Expand Down
Loading