Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Added new plugin class
Browse files Browse the repository at this point in the history
  • Loading branch information
David Yell committed Jun 25, 2019
1 parent 0bbffa6 commit da28edb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Plugin.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php
namespace NiceAdminBakeTheme;

use Cake\Core\BasePlugin;

class Plugin extends BasePlugin
{

}

0 comments on commit da28edb

Please sign in to comment.