Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-10-08 04:03:28 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-08 04:03:28 +0400
commitb738433faba6e80fb28123038700aaa4fa2ae7ef (patch)
treecec2e5ab60673b5e60aa4a269248a6d1d3b752ba /core/Updates/1.5-rc6.php
parentded987ac03cf76a297179fbe4cb2189294e40185 (diff)
Refs #4059 Converting updates files to use namespaces
Diffstat (limited to 'core/Updates/1.5-rc6.php')
-rw-r--r--core/Updates/1.5-rc6.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/Updates/1.5-rc6.php b/core/Updates/1.5-rc6.php
index 0de1b76d18..10366e30bd 100644
--- a/core/Updates/1.5-rc6.php
+++ b/core/Updates/1.5-rc6.php
@@ -8,12 +8,15 @@
* @category Piwik
* @package Updates
*/
+
+namespace Piwik\Updates;
+
use Piwik\Updates;
/**
* @package Updates
*/
-class Piwik_Updates_1_5_rc6 extends Updates
+class Updates_1_5_rc6 extends Updates
{
static function update()
{