Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
z-song committed Sep 11, 2018
1 parent 6ceb9d8 commit 33333b8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/PythonEditor.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
];
}

0 comments on commit 33333b8

Please sign in to comment.