Create upgrade docs to keep track of changes between backwards incompatible versions

This commit is contained in:
Nico Stapelbroek
2018-07-24 14:57:56 +02:00
parent ecd634a37c
commit 6e54cd92bf
2 changed files with 11 additions and 2 deletions

View File

@@ -15,7 +15,6 @@ use CachetHQ\Cachet\Bus\Events\System\SystemWasInstalledEvent;
use CachetHQ\Cachet\Bus\Events\System\SystemWasResetEvent;
use CachetHQ\Cachet\Bus\Events\System\SystemWasUpdatedEvent;
use CachetHQ\Cachet\Settings\Cache;
use Exception;
use Illuminate\Console\Command;
use Illuminate\Contracts\Config\Repository;
use Illuminate\Contracts\Events\Dispatcher;
@@ -128,7 +127,7 @@ class CommandSubscriber
}
/**
* Handle the main bulk of the command, clear the settings
* Handle the main bulk of the command, clear the settings.
*
* @param \Illuminate\Console\Command $command
*