Skip to content

Commit

Permalink
Remove SampleService
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Mar 24, 2019
1 parent 551a46d commit a62c414
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 61 deletions.
1 change: 0 additions & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ private function get_service_classes(): array {
return \apply_filters( self::SERVICES_FILTER, [
// Add services as FQCNs here.
ViewFactory::class,
SampleService::class,
SettingsGeneralService::class,
] );
}
Expand Down
60 changes: 0 additions & 60 deletions src/SampleService.php

This file was deleted.

0 comments on commit a62c414

Please sign in to comment.