Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gabeta committed Feb 2, 2021
1 parent 7d625d7 commit 8c82cf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Console/LaraPnnCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ public function handle()

$eligibleModelsLength = count($eligibleModels);

$eligibleModelsColumnsLength = count($eligibleModelsColumns) ? count(call_user_func_array('array_merge', $eligibleModelsColumns)) : 0;
// $eligibleModelsColumnsLength = count($eligibleModelsColumns) ? count(call_user_func_array('array_merge', $eligibleModelsColumns)) : 0;

$this->line("\n <options=bold,reverse;fg=green>{$this->description} | Stats for {$this->model->getTable()} table: </> \n");
$this->line("<options=bold>Eligible row:</> {$eligibleModelsLength}");
$this->line("<options=bold>Eligible tel number column:</> {$eligibleModelsColumnsLength}\n");
// $this->line("<options=bold>Eligible tel number column:</> {$eligibleModelsColumnsLength}\n");

if (!$eligibleModels) {

Expand Down

0 comments on commit 8c82cf0

Please sign in to comment.