Skip to content

Commit 3020f13

Browse files
Merge pull request #3 from hexadog/develop
fix(trait): Remove dump call
2 parents 1223682 + cda2faf commit 3020f13

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)