Skip to content

Commit f4a2199

Browse files
authored
Update src/ExportPostman.php
1 parent fd0cba9 commit f4a2199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ExportPostman.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function handle(): void
3838

3939
$filename = date('Y_m_d_His').'_postman';
4040

41-
$this->initRoutes($filename);
41+
$this->initStructure($filename);
4242

4343
$structured = $this->config['structured'];
4444

0 commit comments

Comments
 (0)