Skip to content

Commit

Permalink
Fix issues on Factory
Browse files Browse the repository at this point in the history
  • Loading branch information
ovac committed May 27, 2019
1 parent 36eb436 commit f5909a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/documentation.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"pathInMiddlePanel": true,
"redocExport": "RedocPro",
"layout": { "scope": "section" },
"unstable_externalDescription": '{{route('info')}}',
"unstable_externalDescription": '{{route('idoc.info')}}',
"hideDownloadButton" : {{config('idoc.hide_download_button') ?: 0}}
},
document.getElementById("redoc_container")
Expand Down
1 change: 1 addition & 0 deletions src/idoc/IDocGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace OVAC\IDoc;

use Faker\Factory;
use Illuminate\Routing\Route;
use Mpociot\Reflection\DocBlock;
use Mpociot\Reflection\DocBlock\Tag;
Expand Down

0 comments on commit f5909a6

Please sign in to comment.