File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public function engine($name = null)
21
21
}
22
22
23
23
/**
24
- * Create an Amazon CloudFront Converter instance.
24
+ * Create an Amazon CloudFront instance.
25
25
*
26
26
* @return \Meema\CloudFront\CloudFront
27
27
* @throws \Exception
@@ -30,7 +30,7 @@ public function createCloudFrontDriver(): CloudFront
30
30
{
31
31
$ this ->ensureAwsSdkIsInstalled ();
32
32
33
- $ config = $ this ->config ['media-convert ' ];
33
+ $ config = $ this ->config ['cloudfront ' ];
34
34
35
35
$ credentials = $ this ->getCredentials ($ config ['credentials ' ]);
36
36
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public function boot()
27
27
*/
28
28
public function register ()
29
29
{
30
- $ this ->mergeConfigFrom (__DIR__ .'/../../config/config.php ' , 'media-convert ' );
30
+ $ this ->mergeConfigFrom (__DIR__ .'/../../config/config.php ' , 'cloudfront ' );
31
31
32
32
$ this ->registerCloudFrontManager ();
33
33
You can’t perform that action at this time.
0 commit comments