Completed
Push — develop ( 9f1019...8cff1c )
by Greg
01:53
created
app/Console/Commands/ExportCategories.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace App\Console\Commands;
4 4
 
5
-use App\Account;
6 5
 use App\Category;
7 6
 
8 7
 use function App\Lib\mb_normalise as normalise;
Please login to merge, or discard this patch.
app/Console/Commands/ExportGroups.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace App\Console\Commands;
4 4
 
5
-use App\Account;
6 5
 use App\Group;
7 6
 
8 7
 use function App\Lib\mb_normalise as normalise;
Please login to merge, or discard this patch.