We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5624772 commit 4997b56Copy full SHA for 4997b56
vapor
@@ -68,7 +68,7 @@ Container::setInstance($container = new Container);
68
/**
69
* Start the console application.
70
*/
71
-$app = new Application('Laravel Vapor', '1.65.5');
+$app = new Application('Laravel Vapor', '1.65.6');
72
73
// Authentication...
74
$app->add(new Commands\LoginCommand);
0 commit comments