fixed return type
This commit is contained in:
		@@ -24,6 +24,8 @@ class CreateDashboard extends Job implements HasOwner, HasSource, ShouldCreate
 | 
				
			|||||||
            $users = $this->getUsers();
 | 
					            $users = $this->getUsers();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            if (empty($users)) {
 | 
					            if (empty($users)) {
 | 
				
			||||||
 | 
					                $this->model = Dashboard::make();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                return;
 | 
					                return;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user