Skip to content

Commit cda2faf

Browse files
fix(trait): Remove dump call
1 parent e05bf63 commit cda2faf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Traits/ComposerTrait.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ private function scan(string $path, string $class)
231231
$foundComposers = $finder->files()->in($path)->exclude(['node_modules', 'vendor'])->name('composer.json');
232232

233233
foreach ($foundComposers as $foundComposer) {
234-
dump($foundComposer);
235234
$composerJson = new Json($foundComposer, app('files'));
236235

237236
if ($composerJson->get('type') === 'laravel-theme') {

0 commit comments

Comments
 (0)