diff --git a/src/PythonEditor.php b/src/PythonEditor.php index 0e40873..59ee1fb 100644 --- a/src/PythonEditor.php +++ b/src/PythonEditor.php @@ -7,14 +7,4 @@ class PythonEditor extends Extension { public $name = 'python-editor'; - - public $views = __DIR__.'/../resources/views'; - - public $assets = __DIR__.'/../resources/assets'; - - public $menu = [ - 'title' => 'Pythoneditor', - 'path' => 'python-editor', - 'icon' => 'fa-gears', - ]; } \ No newline at end of file