static
This commit is contained in:
		
							parent
							
								
									e441c923d1
								
							
						
					
					
						commit
						a348b4c738
					
				|  | @ -12,8 +12,8 @@ class JobModel extends BaseModel { | |||
|     public int $id; | ||||
|     public float $budget; | ||||
|     public static function Initialize() { | ||||
|         if (self::$query === null) { | ||||
|             self::$query = new JobQuery($this); | ||||
|         if (static::$query === null) { | ||||
|             ststic::$query = new JobQuery($this); | ||||
|         } | ||||
|     } | ||||
|     public static function GetLast10() { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue