mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 22:50:07 +01:00
9 lines
109 B
PHP
9 lines
109 B
PHP
|
<?php
|
||
|
|
||
|
namespace Illuminate\Database\Events;
|
||
|
|
||
|
class ConnectionEstablished extends ConnectionEvent
|
||
|
{
|
||
|
//
|
||
|
}
|