Skip to content
Merged
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
3 changes: 1 addition & 2 deletions src/foundation/src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Application extends Container implements ApplicationContract
*
* @var string
*/
public const VERSION = '0.1.0';
public const VERSION = '0.1.1';

/**
* The base path for the Hypervel installation.
Expand Down Expand Up @@ -576,7 +576,6 @@ protected function registerCoreContainerAliases(): void
\Hyperf\ViewEngine\Compiler\CompilerInterface::class => ['blade.compiler'],
\Hypervel\Session\Contracts\Factory::class => ['session'],
\Hypervel\Session\Contracts\Session::class => ['session.store'],
\Hypervel\Foundation\Console\Contracts\Schedule::class => ['schedule'],
\Hypervel\Mail\Contracts\Factory::class => [
'mail.manager',
\Hypervel\Mail\MailManager::class,
Expand Down