/** * boot * observing model * */ public static function boot() { parent::boot(); Organisation::observe(new OrganisationObserver()); }