Fix coding style
This commit is contained in:
		
							parent
							
								
									6418824139
								
							
						
					
					
						commit
						c0da5616f3
					
				| 
						 | 
					@ -59,7 +59,7 @@ class ActivityService
 | 
				
			||||||
        return $this->activity->newInstance()->forceFill([
 | 
					        return $this->activity->newInstance()->forceFill([
 | 
				
			||||||
            'type'     => strtolower($type),
 | 
					            'type'     => strtolower($type),
 | 
				
			||||||
            'user_id'  => user()->id,
 | 
					            'user_id'  => user()->id,
 | 
				
			||||||
            'ip' => Request::ip(),
 | 
					            'ip'       => Request::ip(),
 | 
				
			||||||
        ]);
 | 
					        ]);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue