A
A
agent11562017-02-02 14:15:35
Yii
agent1156, 2017-02-02 14:15:35

Why doesn't it find the namespace?

I installed the extension on localhost. Then, in order not to transfer everything to a real server via FTP, I unloaded the extension folder. But now the error pops up is not visible class? Why ?

namespace mihaildev\elfinder;

use Yii;
use yii\base\Widget as BaseWidjet;
use yii\helpers\ArrayHelper;
use yii\helpers\Html;
use yii\helpers\Json;

/**
 * Class Widget
 * @package mihaildev\elfinder
 */

class ElFinder extends BaseWidjet{

  public $language;

  public $filter;

use mihaildev\elfinder\ElFinder;

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Igor Bakin, 2017-09-03
@Artem0071

.text-left p {
margin: 0;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question