Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Commit 8fc8e62

Browse files
committed
Removed abstract modifier from Part - #6
1 parent 033801e commit 8fc8e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Discord/Parts/Part.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author David Cole <[email protected]>
2020
*/
21-
abstract class Part implements JsonSerializable
21+
class Part implements JsonSerializable
2222
{
2323
/**
2424
* Array of fillable fields.

0 commit comments

Comments
 (0)