Skip to content

Commit a58f549

Browse files
authored
Fixing for StyleCI
1 parent ebf49d1 commit a58f549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Filesystem/FilesystemAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ public function temporaryUrl($path, $expiration, array $options = [])
430430
public function getRackspaceTemporaryUrl($adapter, $path, $expiration, $options)
431431
{
432432
$seconds = \Carbon\Carbon::now()->diffInSeconds($expiration);
433-
433+
434434
return $adapter
435435
->getContainer()
436436
->getObject($path)

0 commit comments

Comments
 (0)