Compare commits
	
		
			2 Commits
		
	
	
		
			bf4520a7dd
			...
			4af7ae3521
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 4af7ae3521 | |||
| 9d4cb86d41 | 
@ -57,7 +57,7 @@ class PersistentDataManager
 | 
				
			|||||||
            $value = current($data);
 | 
					            $value = current($data);
 | 
				
			||||||
            $relation = key($relations);
 | 
					            $relation = key($relations);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            if (strpos($key, '__') == false) {
 | 
					            if (strpos($key, '__') === false) {
 | 
				
			||||||
                $method = 'set' . str_replace('_', '', ucwords($key, '_'));
 | 
					                $method = 'set' . str_replace('_', '', ucwords($key, '_'));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                if (method_exists($model, $method) && isset($value)) {
 | 
					                if (method_exists($model, $method) && isset($value)) {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user