FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
src
/
Infrastructure
/
ContainerConfig
Edit File: command.bus.php
<?php defined('ABSPATH') or die('No script kiddies please!'); use AmeliaBooking\Infrastructure\Licence; // @codingStandardsIgnoreStart $entries['command.bus'] = function ($c) { return League\Tactician\Setup\QuickStart::create( Licence\Licence::getCommands($c) ); }; // @codingStandardsIgnoreEnd
Save
Back