From 7efce45153e0870c6aa43281dc981c6f284166fa Mon Sep 17 00:00:00 2001 From: Fred Bradley Date: Fri, 6 Aug 2021 14:09:31 +0100 Subject: [PATCH] Update readme.md Correct code snippet to reference new type hint that was added in in version v2.3.10 --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c63df15..d3cc3d6 100644 --- a/readme.md +++ b/readme.md @@ -42,7 +42,7 @@ class School extends Model implements \spkm\isams\Contracts\Institution /** * Define the name used to identify this Schools entry in the config */ - public function getConfigName() + public function getConfigName(): string { return 'cranleighSandbox'; }