Argument 1 passed to App\Support\SeoSupport::seoStr() must be of the type string, null given, called in /mnt/home/opovo/public_html/reboot_portal/app/Support/SeoSupport.php on line 685

/mnt/home/opovo/public_html/reboot_portal/app/Support/SeoSupport.php 714

707     }
708 
709     /**
710      * formata a string removendo as aspas simples e duplas
711      * @param  string $str
712      * @return string
713      */
714     public function seoStr(string $str): string
715     {
716         return trim(str_replace('"'""str_replace("'"""$str))) ?? '';
717     }
718 
719     /**
720      * se não houver resumo ou se tiver um resumo de menos de 3 caracteres,
721      * pego do proprio conteudo, limitando, originalmente, a 100 caracteres