Remove unnecessary phpdoc blocks.
This commit is contained in:
parent
fbb9baec50
commit
37163c9bf5
2 changed files with 0 additions and 8 deletions
|
@ -11,10 +11,6 @@
|
|||
* @since v1.4.0
|
||||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* @property CI_DB_query_builder db
|
||||
* @property CI_DB_forge $dbforge
|
||||
*/
|
||||
class Migration_Add_color_column_to_services_table extends CI_Migration {
|
||||
/**
|
||||
* Upgrade method.
|
||||
|
|
|
@ -11,10 +11,6 @@
|
|||
* @since v1.4.0
|
||||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* @property CI_DB_query_builder db
|
||||
* @property CI_DB_forge $dbforge
|
||||
*/
|
||||
class Migration_Add_color_column_to_appointments_table extends CI_Migration {
|
||||
/**
|
||||
* Upgrade method.
|
||||
|
|
Loading…
Reference in a new issue