Вход Регистрация
Файл: gapps/app/Providers/EventServiceProvider.php
Строк: 36
<?php

namespace AppProviders;

use 
IlluminateContractsEventsDispatcher as DispatcherContract;
use 
IlluminateFoundationSupportProvidersEventServiceProvider as ServiceProvider;

class 
EventServiceProvider extends ServiceProvider
{
    
/**
     * The event listener mappings for the application.
     *
     * @var array
     */
    
protected $listen = [
        
'AppEventsSomeEvent' => [
            
'AppListenersEventListener',
        ],
    ];

    
/**
     * Register any other events for your application.
     *
     * @param  IlluminateContractsEventsDispatcher  $events
     * @return void
     */
    
public function boot(DispatcherContract $events)
    {
        
parent::boot($events);

        
//
    
}
}
Онлайн: 0
Реклама