mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Various code cleanup.
This commit is contained in:
@@ -106,7 +106,7 @@ class EventServiceProvider extends ServiceProvider
|
||||
* @codeCoverageIgnore
|
||||
* Register any events for your application.
|
||||
*/
|
||||
public function boot()
|
||||
public function boot(): void
|
||||
{
|
||||
parent::boot();
|
||||
$this->registerCreateEvents();
|
||||
|
Reference in New Issue
Block a user