Skip to content

Commit

Permalink
ecs
Browse files Browse the repository at this point in the history
  • Loading branch information
i-just committed Nov 8, 2024
1 parent 2b9169a commit 0a15545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/console/controllers/DataController.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class DataController extends Controller
*/
public function actionReset(): int
{
$this->stdout('Resetting Stripe plugin data will permanently delete all:' .PHP_EOL);
$this->stdout('Resetting Stripe plugin data will permanently delete all:' . PHP_EOL);
$this->stdout(' > products' . PHP_EOL);
$this->stdout(' > prices' . PHP_EOL);
$this->stdout(' > subscriptions' . PHP_EOL);
Expand Down

0 comments on commit 0a15545

Please sign in to comment.