Refactor Self Update Endpoints and Add Update Console Command

This commit is contained in:
gohil jayvirsinh
2020-05-17 07:04:43 +00:00
committed by Mohit Panjwani
parent a24d8d3ebc
commit 183953f4c4
5 changed files with 362 additions and 97 deletions

View File

@@ -12,7 +12,8 @@ class Kernel extends ConsoleKernel
* @var array
*/
protected $commands = [
Commands\ResetApp::class
Commands\ResetApp::class,
Commands\UpdateCommand::class
];
/**