updated theme, fix deprecations in events dispatching (#1145)
This commit is contained in:
@@ -15,7 +15,10 @@ use Symfony\Contracts\EventDispatcher\Event;
|
||||
|
||||
final class DashboardEvent extends Event
|
||||
{
|
||||
public const DASHBOARD = 'app.dashboard';
|
||||
/**
|
||||
* @deprecated since 1.4, will be removed with 2.0
|
||||
*/
|
||||
public const DASHBOARD = DashboardEvent::class;
|
||||
|
||||
/**
|
||||
* @var User
|
||||
|
||||
Reference in New Issue
Block a user