mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Cleanup.
This commit is contained in:
parent
8e75c345d9
commit
f79c9f7cf1
@ -1,25 +0,0 @@
|
|||||||
<?php namespace FireflyIII\Events;
|
|
||||||
|
|
||||||
use Illuminate\Queue\SerializesModels;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Class JournalDeleted
|
|
||||||
*
|
|
||||||
* @codeCoverageIgnore
|
|
||||||
* @package FireflyIII\Events
|
|
||||||
*/
|
|
||||||
class JournalDeleted extends Event
|
|
||||||
{
|
|
||||||
|
|
||||||
use SerializesModels;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Create a new event instance.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public function __construct()
|
|
||||||
{
|
|
||||||
//
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
@ -22,7 +22,6 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"laravel/framework": "5.1.*",
|
"laravel/framework": "5.1.*",
|
||||||
"davejamesmiller/laravel-breadcrumbs": "~3.0",
|
"davejamesmiller/laravel-breadcrumbs": "~3.0",
|
||||||
"grumpydictator/gchart": "~1",
|
|
||||||
"watson/validating": "~1.0",
|
"watson/validating": "~1.0",
|
||||||
"doctrine/dbal": "~2.5",
|
"doctrine/dbal": "~2.5",
|
||||||
"illuminate/html": "~5.0",
|
"illuminate/html": "~5.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user