Fix Missing Semicolon

This commit is contained in:
seiichiro 2023-12-09 09:59:42 +01:00
parent a5e8106b7a
commit fa475c657e

View file

@ -8,7 +8,7 @@ class thumb {
protected int $w = 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';
const IMAGE_HANDLERS = [