File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 5
5
use BoxedCode \Laravel \Auth \Device \Contracts \AuthBroker as BrokerContract ;
6
6
use BoxedCode \Laravel \Auth \Device \Contracts \AuthManager as ManagerContract ;
7
7
use BoxedCode \Laravel \Auth \Device \Contracts \Fingerprinter as FingerprinterContract ;
8
- use BoxedCode \Laravel \Auth \Device \Fingerprints \ Fingerprinter ;
8
+ use BoxedCode \Laravel \Auth \Device \Fingerprinter ;
9
9
use Illuminate \Contracts \Encryption \Encrypter ;
10
10
use Illuminate \Contracts \Session \Session ;
11
11
use Illuminate \Routing \Router ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace BoxedCode \Laravel \Auth \Device \ Fingerprints ;
3
+ namespace BoxedCode \Laravel \Auth \Device ;
4
4
5
5
use BoxedCode \Laravel \Auth \Device \Contracts \Fingerprinter as Contract ;
6
6
use Illuminate \Http \Request ;
You canβt perform that action at this time.
0 commit comments