Daniel Supernault пре 5 месеци
родитељ
комит
a05524e834
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/Console/Commands/TransformImports.php

+ 1 - 1
app/Console/Commands/TransformImports.php

@@ -103,7 +103,7 @@ class TransformImports extends Command
                 continue;
             }
 
-            $caption = $ip->caption;
+            $caption = $ip->caption ?? "";
             $status = new Status;
             $status->profile_id = $pid;
             $status->caption = $caption;