We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -1,12 +1,7 @@ |
||
| 1 | 1 | <?php namespace Backpack\BackupManager\app\Http\Controllers; |
| 2 | 2 | |
| 3 | -use App\Http\Requests; |
|
| 4 | 3 | use App\Http\Controllers\Controller; |
| 5 | -use Illuminate\Http\Request; |
|
| 6 | -use Auth; |
|
| 7 | -use App; |
|
| 8 | 4 | use Storage; |
| 9 | -use Carbon\Carbon; |
|
| 10 | 5 | use Artisan; |
| 11 | 6 | use Log; |
| 12 | 7 | |