We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4a0f01 + 3b06936 commit 9163a4fCopy full SHA for 9163a4f
src/GenerateDiagramCommand.php
@@ -52,7 +52,7 @@ public function handle()
52
$models = $this->getModelsThatShouldBeInspected();
53
54
$this->info("Found {$models->count()} models.");
55
- $this->info("Inspecing model relations.");
+ $this->info("Inspecting model relations.");
56
57
$bar = $this->output->createProgressBar($models->count());
58
@@ -95,4 +95,4 @@ protected function getAllModelsFromEachDirectory(array $directories): Collection
95
})
96
->flatten();
97
}
98
-}
+}
0 commit comments