Commit 3b4f84e5 authored by Frederic Guillot's avatar Frederic Guillot
Browse files

Prefix namespace with Kanboard

parent 89525e5b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
<?php

namespace Plugin\Theme;
namespace Kanboard\Plugin\Theme;

use Core\PluginBase;
use Kanboard\Core\Plugin\Base;

class Plugin extends PluginBase
class Plugin extends Base
{
    public function initialize()
    {