Skip to content

Instantly share code, notes, and snippets.

<?php
namespace Gecatalin\Provider;
use Silex\Application;
use Silex\ServiceProviderInterface;
use RedBean_Facade;
class RedBeanServiceProvider extends RedBean_Facade implements ServiceProviderInterface
{
public function boot(Application $app){
}