app FluentCrm\Framework\Foundation\ComponentBinder */ $app->app->singleton('FluentCrm\App\Api\Api', function ($app) { return new FluentCrm\App\Api\Api($app); }); $app->app->alias('FluentCrm\App\Api\Api', 'api');