mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 07:38:29 +00:00
Add newlines and copyright notices.
This commit is contained in:
@@ -90,4 +90,4 @@ trait BasicDataSupport
|
||||
|
||||
return $result;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -216,4 +216,4 @@ trait CreateStuff
|
||||
throw new FireflyException($e->getMessage());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -250,4 +250,4 @@ trait GetConfigurationData
|
||||
request()->session()->flash('warning', trans('firefly.recurring_cron_long_ago'));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -62,4 +62,4 @@ trait ModelInformation
|
||||
return $count > 2;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -456,4 +456,4 @@ trait PeriodOverview
|
||||
return $return;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -326,4 +326,4 @@ trait RenderPartialViews
|
||||
|
||||
return $result;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -403,4 +403,4 @@ trait RequestInformation
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -199,4 +199,4 @@ trait TransactionCalculation
|
||||
return $collector->getTransactions();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -149,4 +149,4 @@ trait UserNavigation
|
||||
Log::debug(sprintf('Will put previous URI in cache under key %s: %s', $identifier, $url));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user