Skip to content

Commit

Permalink
Update LaravelApiDevelop.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dipeshsukhia authored Jun 24, 2022
1 parent 9de7f3f commit 91c128f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelApiDevelop.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ public function __construct(string $model)

public function generate()
{
self::directoryCreate();
$this->version = Str::ucfirst(Str::camel(config('laravel-api-develop.version')));
self::directoryCreate();
}

public function directoryCreate()
Expand Down

0 comments on commit 91c128f

Please sign in to comment.