mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-14 01:24:06 -08:00
13 lines
151 B
PHP
13 lines
151 B
PHP
|
<?php
|
||
|
|
||
|
namespace App\Presenters;
|
||
|
|
||
|
/**
|
||
|
* Class DepreciationPresenter
|
||
|
* @package App\Presenters
|
||
|
*/
|
||
|
class DepreciationPresenter extends Presenter
|
||
|
{
|
||
|
|
||
|
}
|