fix
This commit is contained in:
		
							parent
							
								
									26679ace12
								
							
						
					
					
						commit
						1e2bb29955
					
				|  | @ -49,7 +49,7 @@ abstract class BaseModel { | ||||||
|      |      | ||||||
|     abstract public static function Initialize(); |     abstract public static function Initialize(); | ||||||
| } | } | ||||||
| interface IJobSql implements ISqlBase { | interface IJobSql extends ISqlBase { | ||||||
|     public function GetLast10(): string; |     public function GetLast10(): string; | ||||||
| } | } | ||||||
| class JobSql implements IJobSql { | class JobSql implements IJobSql { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue