mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-05 17:08:56 +02:00
Missing use statement should be avoided #inslight
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
|
||||
namespace Mage\Yaml;
|
||||
|
||||
use Mage\Yaml\Escaper;
|
||||
use Mage\Yaml\Unescaper;
|
||||
use Mage\Yaml\Exception\ParseException;
|
||||
use Mage\Yaml\Exception\DumpException;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user