From 304f7f7a217459953b52b35e6d6d8daa5bb22972 Mon Sep 17 00:00:00 2001 From: AJ Meireles Date: Mon, 16 Sep 2024 22:25:00 -0300 Subject: [PATCH] updating license and changing command signature --- LICENSE | 2 +- src/Console/ClearCacheCommand.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 7af64eb..22113a0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 EnvBar +Copyright (c) 2024 TallStackUi, EnvBar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/Console/ClearCacheCommand.php b/src/Console/ClearCacheCommand.php index cbacbb1..1b99b4e 100644 --- a/src/Console/ClearCacheCommand.php +++ b/src/Console/ClearCacheCommand.php @@ -7,7 +7,7 @@ class ClearCacheCommand extends Command { - public $signature = 'envbar:flush'; + public $signature = 'envbar:flush-release'; public $description = 'Flush the cache for the EnvBar releases.';