Added code for notifications changes

- Toggle for notification types
- Custom time for overview
This commit is contained in:
Henry Whitaker
2020-06-21 20:32:31 +01:00
parent 8b9e87e699
commit 832a10589d
18 changed files with 613 additions and 37 deletions

View File

@@ -37,9 +37,6 @@ class SpeedtestVersionCommand extends Command
*/
public function handle()
{
$this->info('Speedtest Tracker');
$this->info('Author: Henry Whitaker');
$this->info('');
$this->info('Installed version v' . config('speedtest.version'));
$this->info('Speedtest Tracker v' . config('speedtest.version'));
}
}