Skip to content

Commit

Permalink
plugin has NO cp settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Stark committed Jan 9, 2018
1 parent 5d36bc3 commit 610d59c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ OBJECT_STORAGE_URL="https://(YOUR_APP_NAME).objects.frb.io"

4. Install the plugin

Execute the this command `./craft install/plugin fortrabbit-object-storage` in your terminal or in the Craft CP under Settings > Plugins
Execute the this command `./craft install/plugin fortrabbit-object-storage` in your terminal to install the plugin or in the Craft CP under Settings > Plugins

4 changes: 1 addition & 3 deletions src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ class Plugin extends \craft\base\Plugin
* @var Plugin
*/
public static $plugin;

public $hasCpSettings = true;


/**
* @inheritdoc
*/
Expand Down

0 comments on commit 610d59c

Please sign in to comment.