Skip to content

Commit

Permalink
Merge pull request #56 from spatie/analysis-zEJAom
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
freekmurze committed Sep 2, 2019
2 parents 4484cbc + db97210 commit 1160bbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/BackupToolServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Spatie\BackupTool;

use Laravel\Nova\Nova;
use Illuminate\Support\Facades\Route;
use Illuminate\Support\ServiceProvider;
use Spatie\BackupTool\Http\Middleware\Authorize;
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ protected function createSQLiteDatabase(string $fileName)
return $fullPath;
}

protected function getTempDirectory(): String
protected function getTempDirectory(): string
{
return __DIR__.'/temp';
}
Expand Down

0 comments on commit 1160bbc

Please sign in to comment.