Skip to content

Commit

Permalink
api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
my4fdal committed Jul 2, 2021
1 parent d13aad9 commit f489f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helpers/ApiDocs.php
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ class ApiDocs

public static function getFilePath($table_name)
{
$api_docs_path = app_path('Http\\Swagger\\swagger_models\\');
$api_docs_path = app_path('Http/Swagger/swagger_models/');

return $api_docs_file = $api_docs_path.$table_name.'.php';
}
Expand Down

0 comments on commit f489f49

Please sign in to comment.