diff --git a/src/Application/Bootstrap/Services.php b/src/Application/Bootstrap/Services.php index eb3bce97..db7794c4 100644 --- a/src/Application/Bootstrap/Services.php +++ b/src/Application/Bootstrap/Services.php @@ -915,6 +915,8 @@ public function registerServices($services) }); $services['title.list'] = $services->factory(function($c) { + trigger_error("The service `title.list` has moved to cog-user", E_USER_DEPRECATED); + return array( 'Mr' => 'Mr', 'Mrs' => 'Mrs',