See the README for current tweaks
This commit is contained in:
21
src/UFTweaks.php
Normal file
21
src/UFTweaks.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* AVSDev UF Tweaks (https://avsdev.uk)
|
||||
*
|
||||
* @link https://git.avsdev.uk/avsdev/sprinkle-uf-tweaks
|
||||
* @license https://git.avsdev.uk/avsdev/sprinkle-uf-tweaks/blob/master/LICENSE.md (LGPL-3.0 License)
|
||||
*/
|
||||
|
||||
namespace UserFrosting\Sprinkle\UFTweaks;
|
||||
|
||||
use UserFrosting\System\Sprinkle\Sprinkle;
|
||||
|
||||
/**
|
||||
* Bootstrapper class for the 'UFTweaks' sprinkle.
|
||||
*
|
||||
* @author Craig Williams (https://avsdev.uk)
|
||||
*/
|
||||
class UFTweaks extends Sprinkle
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user