Skip to content

Commit

Permalink
refactor: remove the need for a default method if we are using a glob…
Browse files Browse the repository at this point in the history
…al function
  • Loading branch information
fredbradley committed Jul 30, 2024
1 parent f6eee70 commit 24075bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Contracts/Institution.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ interface Institution
* Define the name used to identify this Schools entry in the config.
*/
public function getConfigName(): string;
public static function default(): Institution;
}

0 comments on commit 24075bd

Please # to comment.