diff options
Diffstat (limited to 'modules_v3/timeline_chart')
| -rw-r--r-- | modules_v3/timeline_chart/module.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules_v3/timeline_chart/module.php b/modules_v3/timeline_chart/module.php index 78507c34a5..de8926d2f2 100644 --- a/modules_v3/timeline_chart/module.php +++ b/modules_v3/timeline_chart/module.php @@ -13,6 +13,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +declare(strict_types=1); + namespace Fisharebest\Webtrees; use Fisharebest\Webtrees\Module\TimelineChartModule; |
