mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-12-26 00:23:33 +03:00
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
|
* @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 {
|
class Migration_Add_color_column_to_services_table extends CI_Migration {
|
||||||
/**
|
/**
|
||||||
* Upgrade method.
|
* Upgrade method.
|
||||||
|
|
|
@ -11,10 +11,6 @@
|
||||||
* @since v1.4.0
|
* @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 {
|
class Migration_Add_color_column_to_appointments_table extends CI_Migration {
|
||||||
/**
|
/**
|
||||||
* Upgrade method.
|
* Upgrade method.
|
||||||
|
|
Loading…
Reference in a new issue