1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-01 03:54:56 +02:00

[ticket/15692] Add missing import

PHPBB3-15692
This commit is contained in:
Rubén Calvo 2018-06-15 18:29:27 +02:00
parent 4fed285779
commit 3ebbb8b837

View File

@ -15,6 +15,7 @@ namespace phpbb\storage;
use phpbb\cache\driver\driver_interface as cache;
use phpbb\db\driver\driver_interface as db;
use phpbb\storage\exception\exception;
/**
* @internal Experimental