mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-20 11:19:16 +00:00
Some other clean up.
This commit is contained in:
@@ -72,6 +72,8 @@ class AttachmentController extends Controller
|
|||||||
/**
|
/**
|
||||||
* @param Attachment $attachment
|
* @param Attachment $attachment
|
||||||
* @param AttachmentHelperInterface $helper
|
* @param AttachmentHelperInterface $helper
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function download(Attachment $attachment, AttachmentHelperInterface $helper)
|
public function download(Attachment $attachment, AttachmentHelperInterface $helper)
|
||||||
{
|
{
|
||||||
|
@@ -5,6 +5,7 @@ use Illuminate\Database\Eloquent\Model;
|
|||||||
/**
|
/**
|
||||||
* Class Component
|
* Class Component
|
||||||
*
|
*
|
||||||
|
* @property int $transaction_journal_id
|
||||||
* @package FireflyIII\Models
|
* @package FireflyIII\Models
|
||||||
*/
|
*/
|
||||||
class Component extends Model
|
class Component extends Model
|
||||||
|
@@ -46,6 +46,7 @@ class RouteServiceProvider extends ServiceProvider
|
|||||||
{
|
{
|
||||||
$router->group(
|
$router->group(
|
||||||
['namespace' => $this->namespace], function ($router) {
|
['namespace' => $this->namespace], function ($router) {
|
||||||
|
/** @noinspection PhpIncludeInspection */
|
||||||
require app_path('Http/routes.php');
|
require app_path('Http/routes.php');
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user