diff --git a/src/Facade.php b/src/Facade.php index 300072f..2bbca8d 100644 --- a/src/Facade.php +++ b/src/Facade.php @@ -32,6 +32,19 @@ public function institution(Institution $institution): self return $this; } + /** + * Because 'Institution' is such an awkwardly + * long word to write when you're in a hurry! + * + * @param \spkm\isams\Contracts\Institution $institution + * + * @return $this + */ + public function school(Institution $institution): self + { + return $this->institution($institution); + } + /** * @param string $controller *