From bb61546bfd1c43684682bf407c7ac727da1f7a21 Mon Sep 17 00:00:00 2001 From: barbushin <barbushin@gmail.com> Date: Mon, 20 Jul 2015 15:04:29 +0300 Subject: [PATCH] Removed @api from updates example class --- plugins/ExamplePlugin/Updates/0.0.2.php | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/ExamplePlugin/Updates/0.0.2.php b/plugins/ExamplePlugin/Updates/0.0.2.php index abebe91714..95a3043edb 100644 --- a/plugins/ExamplePlugin/Updates/0.0.2.php +++ b/plugins/ExamplePlugin/Updates/0.0.2.php @@ -34,7 +34,6 @@ class Updates_0_0_2 extends Updates * // and user will have to manually run the query * ) * ``` - * @api */ public function getMigrationQueries(Updater $updater) { -- GitLab