new things
This commit is contained in:
@@ -178,7 +178,6 @@ class FighterImporter {
|
||||
* Extract fighters from an html string.
|
||||
*/
|
||||
public function extractFighters(string $input): void {
|
||||
// @todo REBUILD THIS NOW!!
|
||||
$fighter_list = [];
|
||||
$crawler = new Crawler($input);
|
||||
$athlete_flipcards = $crawler->filter('.c-listing-athlete-flipcard');
|
||||
|
||||
Reference in New Issue
Block a user