Skip to content

Commit

Permalink
Merge pull request #137 from chrishubert/patch-1
Browse files Browse the repository at this point in the history
Missing dependency Str
  • Loading branch information
MikeAlhayek authored May 30, 2020
2 parents 8bcda13 + 1e4137d commit 75a8792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Commands/Resources/ResourceFileFromDatabaseCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
use DB;
use Exception;
use File;
use CrestApps\CodeGenerator\Support\Str;

class ResourceFileFromDatabaseCommand extends ResourceFileCommandBase
{
Expand Down

0 comments on commit 75a8792

Please sign in to comment.