Skip to content

Commit 3b06936

Browse files
author
Robert Fridzema
authored
Typo
1 parent f4a0f01 commit 3b06936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GenerateDiagramCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function handle()
5252
$models = $this->getModelsThatShouldBeInspected();
5353

5454
$this->info("Found {$models->count()} models.");
55-
$this->info("Inspecing model relations.");
55+
$this->info("Inspecting model relations.");
5656

5757
$bar = $this->output->createProgressBar($models->count());
5858

@@ -95,4 +95,4 @@ protected function getAllModelsFromEachDirectory(array $directories): Collection
9595
})
9696
->flatten();
9797
}
98-
}
98+
}

0 commit comments

Comments
 (0)