We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6afef5 commit 3746b43Copy full SHA for 3746b43
Command/DeleteObsoleteCommand.php
@@ -28,7 +28,8 @@
28
*/
29
class DeleteObsoleteCommand extends Command
30
{
31
- use BundleTrait, StorageTrait;
+ use BundleTrait;
32
+ use StorageTrait;
33
34
protected static $defaultName = 'translation:delete-obsolete';
35
Command/DownloadCommand.php
@@ -27,7 +27,8 @@
27
class DownloadCommand extends Command
protected static $defaultName = 'translation:download';
0 commit comments