mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Finish command tests
This commit is contained in:
@@ -41,8 +41,6 @@ declare(strict_types=1);
|
||||
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
use Illuminate\Foundation\Inspiring;
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Console Routes
|
||||
@@ -53,9 +51,3 @@ use Illuminate\Foundation\Inspiring;
|
||||
| simple approach to interacting with each command's IO methods.
|
||||
|
|
||||
*/
|
||||
|
||||
Artisan::command(
|
||||
'inspire', function () {
|
||||
$this->comment(Inspiring::quote());
|
||||
}
|
||||
)->describe('Display an inspiring quote');
|
||||
|
Reference in New Issue
Block a user