library_management_system-1.0.1/src/LmsBookAuthorTranslationHandler.php
src/LmsBookAuthorTranslationHandler.php
<?php
namespace Drupal\library_management_system;
use Drupal\content_translation\ContentTranslationHandler;
/**
* Defines the translation handler for lmsbook.
*/
class LmsBookTranslationHandler extends ContentTranslationHandler {
}
