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

Commit

Permalink
Add empty Plugin class
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 committed Apr 3, 2019
1 parent f4a1555 commit f300fbb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/Plugin.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php

namespace Burzum\FileStorage;

use Cake\Core\BasePlugin;

/**
* FileStorage Plugin for CakePHP
*/
class Plugin extends BasePlugin
{
}

0 comments on commit f300fbb

Please sign in to comment.