diff options
| author | Greg Roach <fisharebest@gmail.com> | 2023-03-07 13:21:42 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2023-03-07 13:24:58 +0000 |
| commit | eb7ab465b1a2fd77e9ccad5d6202bcf5d1ed487b (patch) | |
| tree | e1fdaadbed32dd891fbe4bc82dbe3f11f26f00b2 /app/Contracts/SharedNoteFactoryInterface.php | |
| parent | 534bb61299d90ca698abd261e9fe367f2afd3dbe (diff) | |
| download | webtrees-eb7ab465b1a2fd77e9ccad5d6202bcf5d1ed487b.tar.gz webtrees-eb7ab465b1a2fd77e9ccad5d6202bcf5d1ed487b.tar.bz2 webtrees-eb7ab465b1a2fd77e9ccad5d6202bcf5d1ed487b.zip | |
Add typehints
Diffstat (limited to 'app/Contracts/SharedNoteFactoryInterface.php')
| -rw-r--r-- | app/Contracts/SharedNoteFactoryInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Contracts/SharedNoteFactoryInterface.php b/app/Contracts/SharedNoteFactoryInterface.php index 2fe66a769d..e5a1de89f0 100644 --- a/app/Contracts/SharedNoteFactoryInterface.php +++ b/app/Contracts/SharedNoteFactoryInterface.php @@ -26,7 +26,7 @@ use Fisharebest\Webtrees\Tree; /** * Make a SharedNote object. */ -interface SharedNoteFactoryInterface +interface SharedNoteFactoryInterface extends GedcomRecordFactoryInterface { /** * Create a note. |
