Completed
Pull Request — master (#7)
by ARCANEDEV
21:12
created
src/HashManager.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php namespace Arcanedev\Hasher;
2 2
 
3 3
 use Arcanedev\Hasher\Contracts\HashManager as HashManagerContract;
4
-use Illuminate\Support\Manager;
5 4
 use Illuminate\Contracts\Foundation\Application;
5
+use Illuminate\Support\Manager;
6 6
 
7 7
 /**
8 8
  * Class     HashManager
Please login to merge, or discard this patch.