Hata: 10:10:48 CRITICAL > ErrorException: "Invalid argument supplied for foreach()" (EXCEPTION) in "Messenger/src/Eren5960/Mesaj" at line 213

Kod:
$a = new Config(Mesaj::getAPI()->getDataFolder().strtolower($s->getName()), Config::YAML);
$t = [];
foreach($a->get("l") as $i){
$t[] = "§b> §e".$i."";
}
$son = implode("\n",$t);