|
@@ -2,15 +2,15 @@ |
|
|
block discarded – undo |
|
2
|
2
|
|
|
3
|
3
|
namespace Spatie\WebTinker; |
|
4
|
4
|
|
|
|
5
|
+use Illuminate\Cookie\Middleware\EncryptCookies; |
|
|
6
|
+use Illuminate\Session\Middleware\StartSession; |
|
5
|
7
|
use Illuminate\Support\Facades\Gate; |
|
6
|
8
|
use Illuminate\Support\Facades\Route; |
|
7
|
9
|
use Illuminate\Support\ServiceProvider; |
|
8
|
10
|
use Spatie\WebTinker\Console\InstallCommand; |
|
9
|
|
-use Illuminate\Session\Middleware\StartSession; |
|
|
11
|
+use Spatie\WebTinker\Http\Controllers\WebTinkerController; |
|
10
|
12
|
use Spatie\WebTinker\Http\Middleware\Authorize; |
|
11
|
|
-use Illuminate\Cookie\Middleware\EncryptCookies; |
|
12
|
13
|
use Spatie\WebTinker\OutputModifiers\OutputModifier; |
|
13
|
|
-use Spatie\WebTinker\Http\Controllers\WebTinkerController; |
|
14
|
14
|
|
|
15
|
15
|
class WebTinkerServiceProvider extends ServiceProvider |
|
16
|
16
|
{ |
Please login to merge, or discard this patch.