@@ -35,7 +35,7 @@ class AppServiceProvider extends ServiceProvider
|
|||||||
*/
|
*/
|
||||||
public function boot(Dispatcher $dispatcher)
|
public function boot(Dispatcher $dispatcher)
|
||||||
{
|
{
|
||||||
Schema::defaultStringLength(191)
|
Schema::defaultStringLength(191);
|
||||||
|
|
||||||
$dispatcher->mapUsing(function ($command) {
|
$dispatcher->mapUsing(function ($command) {
|
||||||
return Dispatcher::simpleMapping($command, 'CachetHQ\Cachet\Bus', 'CachetHQ\Cachet\Bus\Handlers');
|
return Dispatcher::simpleMapping($command, 'CachetHQ\Cachet\Bus', 'CachetHQ\Cachet\Bus\Handlers');
|
||||||
|
|||||||
Reference in New Issue
Block a user