Fix Missing Semicolon
This commit is contained in:
parent
a5e8106b7a
commit
fa475c657e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class thumb {
|
||||||
protected int $w = 200;
|
protected int $w = 200;
|
||||||
protected int $h = 200;
|
protected int $h = 200;
|
||||||
|
|
||||||
protected string $ffmpeg_cmd = '/usr/bin/ffmpeg'
|
protected string $ffmpeg_cmd = '/usr/bin/ffmpeg';
|
||||||
protected string $ffprobe_cmd = '/usr/bin/ffprobe';
|
protected string $ffprobe_cmd = '/usr/bin/ffprobe';
|
||||||
|
|
||||||
const IMAGE_HANDLERS = [
|
const IMAGE_HANDLERS = [
|
||||||
|
|
Loading…
Reference in a new issue