There is no license information available for the latest version (dev-main) of this package.

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/friendslaravel/fees

dev-main 2021-12-08 14:30 UTC

This package is auto-updated.

Last update: 2025-12-08 23:50:48 UTC


README

class B implements SubjectInterface { public function getCheckerDate(): \DateTime{ return now()->modify('+ 4 hours'); } public function getCheckerStatus(): string{ return 'R'; } }