Skip to content
Snippets Groups Projects
Commit 0b4cc064 authored by Milind Kagdelwar's avatar Milind Kagdelwar Committed by Andrii Podanenko
Browse files

Issue #3039243 by milindk, jefuri, TravisCarden, amitgoyal, Berdir: Fatal...

Issue #3039243 by milindk, jefuri, TravisCarden, amitgoyal, Berdir: Fatal error: Trait method getLibrary has not been applied
parent 90514025
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,10 @@ use Drupal\libraries\ExternalLibrary\Utility\LibraryAccessorInterface;
*/
class InvalidLibraryDependencyException extends \UnexpectedValueException implements LibraryAccessorInterface {
use LibraryAccessorTrait;
use DependencyAccessorTrait;
use LibraryAccessorTrait, DependencyAccessorTrait {
LibraryAccessorTrait::getLibrary insteadof DependencyAccessorTrait;
DependencyAccessorTrait::getLibrary as libraryAccessor;
}
/**
* Constructs a library exception.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment