Minor fixes and support for HEIC images

This commit is contained in:
Deon George
2020-01-02 09:42:59 +11:00
parent fe155525a3
commit c5fcfdc1d7
7 changed files with 49 additions and 14 deletions

View File

@@ -71,7 +71,7 @@ class CatalogScan extends Command
if ($o->getDirty()) {
$this->warn(sprintf('Image [%s] metadata changed',$o->file_path()));
//dump($o->getDirty());
dump(['id'=>$o->id,'data'=>$o->getDirty()]);
}
$o->save();