22 lines
485 B
PHP
22 lines
485 B
PHP
<?php
|
|
|
|
/*
|
|
* AVSDev UF Organisations (https://avsdev.uk)
|
|
*
|
|
* @link https://git.avsdev.uk/avsdev/sprinkle-organisations
|
|
* @license https://git.avsdev.uk/avsdev/sprinkle-organisations/blob/master/LICENSE.md (LGPL-3.0 License)
|
|
*/
|
|
|
|
namespace UserFrosting\Sprinkle\Organisations;
|
|
|
|
use UserFrosting\System\Sprinkle\Sprinkle;
|
|
|
|
/**
|
|
* Bootstrapper class for the 'organisations' sprinkle.
|
|
*
|
|
* @author Craig Williams (https://avsdev.uk)
|
|
*/
|
|
class Organisations extends Sprinkle
|
|
{
|
|
}
|