Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
Removed abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
MeixDev committed Feb 25, 2022
1 parent ee9b063 commit 3a886f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/models/url_parser/url_parser.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export 'medium_parser.dart';
export 'stack_overflow_parser.dart';
export 'twitter_parser.dart';

abstract class UrlParser extends Equatable {
class UrlParser extends Equatable {
const UrlParser({
required this.service,
this.schemes = const ["https", "http", ""],
Expand Down

0 comments on commit 3a886f7

Please sign in to comment.