Skip to content

Commit 9b1e5c0

Browse files
committed
Update Moonlight.php
1 parent 39120ac commit 9b1e5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Moonlight.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ protected static function ensureFileDirectoryExists(string $file)
204204
protected static function getFileDirectory(string $file)
205205
{
206206
if (Str::contains($file, '/')) {
207-
return Str::beforeLast($file, '/')
207+
return Str::beforeLast($file, '/');
208208
}
209209
}
210210

0 commit comments

Comments
 (0)