Skip to content

Commit

Permalink
Update plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersonsimaogoncalves committed Jun 8, 2018
1 parent 62da19e commit 402aeda
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/Plugin.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?php
/**
* Created by PhpStorm.
* User: Jefferson Simão Gonçalves
* Email: gerson.simao.92@gmail.com
* Date: 08/06/2018
* Time: 16:47
*/

namespace DataTables;

use Cake\Core\BasePlugin;

/**
* Class Plugin
*
* @author Jefferson Simão Gonçalves <gerson.simao.92@gmail.com>
*
* @package DataTables
*/
class Plugin extends BasePlugin
{

}

0 comments on commit 402aeda

Please sign in to comment.