Initial commit of Version model
This commit is contained in:
parent
180d879894
commit
2f99274c0a
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
class Version extends AppModel {
|
||||
public $useTable = false;
|
||||
}
|
||||
?>
|
Loading…
Reference in New Issue