Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
Correct code snippet to reference new type hint that was added in in version v2.3.10
  • Loading branch information
fredbradley authored Aug 6, 2021
1 parent 891122d commit 7efce45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}
Expand Down

0 comments on commit 7efce45

Please sign in to comment.