Skip to content

Commit ecb8239

Browse files
Merge pull request #42 from BlackyDrum/patch-1
2 parents ebdf4f3 + 42040d5 commit ecb8239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ use Codewithkyrian\Transformers\Transformers;
159159
public function boot()
160160
{
161161
Transformers::setup()
162-
->setCacheDir(storage_path('app/transfomers'))
162+
->setCacheDir(storage_path('app/transformers'))
163163
->setRemoteHost('https://yourmodelshost.com')
164164
->setRemotePathTemplate('custom/path/{model}/{file}')
165165
->setAuthToken('your-token')

0 commit comments

Comments
 (0)