| @@ -386,9 +386,9 @@ | ||
| 386 | 386 | 'library' => '', |
| 387 | 387 | ]; |
| 388 | 388 | } |
| 389 | 389 | if ( false === $migration_dictionary ) { |
| 390 | - $migration_dictionary = json_decode( file_get_contents( ELEMENTOR_ASSETS_PATH . 'lib/font-awesome/migration/mapping.js' ), true ); | |
| 390 | + $migration_dictionary = json_decode( Utils::file_get_contents( ELEMENTOR_ASSETS_PATH . 'lib/font-awesome/migration/mapping.js' ), true ); | |
| 391 | 391 | } |
| 392 | 392 | if ( isset( $migration_dictionary[ $value ] ) ) { |
| 393 | 393 | return $migration_dictionary[ $value ]; |
| 394 | 394 | } |