Skip to content

Commit 75a8792

Browse files
authored
Merge pull request #137 from chrishubert/patch-1
Missing dependency Str
2 parents 8bcda13 + 1e4137d commit 75a8792

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Commands/Resources/ResourceFileFromDatabaseCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
use DB;
1919
use Exception;
2020
use File;
21+
use CrestApps\CodeGenerator\Support\Str;
2122

2223
class ResourceFileFromDatabaseCommand extends ResourceFileCommandBase
2324
{

0 commit comments

Comments
 (0)