Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Plugin namespace in bootstrap.php #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -26,7 +26,7 @@ composer require romano83/cakephp3-draft:1.*

In your `config\bootstrap.php` file, add this line
```php
Plugin::load('Romano83/cakephp3-draft');
Plugin::load('Romano83/Cakephp3Draft');
```
Or
```php
Expand Down