File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ In the config/app.php file:
2222```  php 
2323[
2424    //...
25-     "Lahaxeanaud \U2f\LaravelU2fServiceProvider"
25+     "Lahaxearnaud \U2f\LaravelU2fServiceProvider"
2626]
2727``` 
2828
@@ -32,21 +32,21 @@ In the config/app.php file:
3232```  php 
3333[
3434    //...
35-     'U2f' => 'Lahaxeanaud \U2f\U2fServiceFacade'
35+     'U2f' => 'Lahaxearnaud \U2f\U2fServiceFacade'
3636]
3737``` 
3838
3939### Configs  
4040
4141```  bash 
42- $ php artisan vendor:publish --provider=" Lahaxeanaud \U2f\U2fServiceProvider"   --tag=config
42+ $ php artisan vendor:publish --provider=" Lahaxearnaud \U2f\U2fServiceProvider"   --tag=config
4343$ php artisan migrate
4444``` 
4545
4646### Migrations  
4747
4848```  bash 
49- $ php artisan vendor:publish --provider=" Lahaxeanaud \U2f\U2fServiceProvider"   --tag=migrations
49+ $ php artisan vendor:publish --provider=" Lahaxearnaud \U2f\U2fServiceProvider"   --tag=migrations
5050$ php artisan migrate
5151``` 
5252
@@ -57,7 +57,7 @@ In the app/Http/Kernel.php file
5757```  php 
5858protected $routeMiddleware = [
5959    // ...
60-     'u2f' => 'Lahaxeanaud \U2f\Http\Middleware\U2f',
60+     'u2f' => 'Lahaxearnaud \U2f\Http\Middleware\U2f',
6161];
6262``` 
6363
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments