Rename includes/Services to includes/services for consistency
authorReedy <reedy@wikimedia.org>
Thu, 22 Sep 2016 23:35:52 +0000 (00:35 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Fri, 23 Sep 2016 00:08:15 +0000 (00:08 +0000)
commita0fa3e4dc04d7ae59ab3aeb5f69303a96b073032
tree7e9faf9b60ad1013bb7dce5f2cd12c3c5240275a
parentcae4aae3b5892cea4e969e4247eb7579c61f93be
Rename includes/Services to includes/services for consistency

Change-Id: I900fab26a7cf5a339233f55c31168f8c2963bc8c
17 files changed:
autoload.php
includes/Services/CannotReplaceActiveServiceException.php [deleted file]
includes/Services/ContainerDisabledException.php [deleted file]
includes/Services/DestructibleService.php [deleted file]
includes/Services/NoSuchServiceException.php [deleted file]
includes/Services/SalvageableService.php [deleted file]
includes/Services/ServiceAlreadyDefinedException.php [deleted file]
includes/Services/ServiceContainer.php [deleted file]
includes/Services/ServiceDisabledException.php [deleted file]
includes/services/CannotReplaceActiveServiceException.php [new file with mode: 0644]
includes/services/ContainerDisabledException.php [new file with mode: 0644]
includes/services/DestructibleService.php [new file with mode: 0644]
includes/services/NoSuchServiceException.php [new file with mode: 0644]
includes/services/SalvageableService.php [new file with mode: 0644]
includes/services/ServiceAlreadyDefinedException.php [new file with mode: 0644]
includes/services/ServiceContainer.php [new file with mode: 0644]
includes/services/ServiceDisabledException.php [new file with mode: 0644]