1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 08:14:39 +01:00
This commit is contained in:
Daniil Gentili 2023-07-16 16:32:49 +02:00
parent 52361883ad
commit 91778a8dc3
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -39,7 +39,6 @@ final class FileCallback implements FileCallbackInterface
*/
public function __construct(public readonly mixed $file, callable $callback)
{
$this->file = $file;
$this->callback = $callback;
}
/**