Skip to content

Commit

Permalink
feat(flextype): update flextype bootstrap script #199
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Aug 1, 2021
1 parent 431e304 commit eff0bbb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/flextype/flextype.php
Expand Up @@ -414,11 +414,9 @@ function ($stream) {
// Add Plugins service
//container()->set('plugins', new Plugins());

/**
* Set session options before you start the session
* Standard PHP session configuration options
* https://secure.php.net/manual/en/session.configuration.php
*/
// Set session options before you start the session
// Standard PHP session configuration options
// https://secure.php.net/manual/en/session.configuration.php
session()->setOptions(registry()->get('flextype.settings.session'));

// Start the session
Expand Down Expand Up @@ -492,5 +490,5 @@ function_exists('mb_internal_encoding') and mb_internal_encoding(registry()->get
// Run high priority event: onFlextypeBeforeRun before Flextype Application starts.
emitter()->emit('onFlextypeBeforeRun');

// Run Flextpype Application
// Run Flextype Application
app()->run();

0 comments on commit eff0bbb

Please sign in to comment.