Skip to content

Commit f0b0dfc

Browse files
amit-webkulgithub-actions[bot]
authored andcommitted
chore: applied pint changes
1 parent 6f1ecfd commit f0b0dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/Webkul/Admin/src/Http/Controllers/Lead/LeadController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ private function processFile($file)
688688
);
689689

690690
if ($validator->fails()) {
691-
return MagicAI::errorHandler($validator->errors()->first());
691+
return MagicAI::errorHandler($validator->errors()->first());
692692
}
693693

694694
$base64Pdf = base64_encode(file_get_contents($file->getRealPath()));

0 commit comments

Comments
 (0)