snipe-it/app/Presenters
Daniel Meltzer ae0573b3da Fix asset create (#3929)
* Fix accidental commit of ImporterTest.

* Move the name() method to the presenter

This fixes some weird collisions between laravels voodoo and our
presenter voodoo that confused php.  It's also probably a cleaner place
to put it.  Should fix #3927

* Add missing parenthesis

* Add heading to tables on locations/view page.
2017-09-06 16:24:43 -07:00
..
AccessoryPresenter.php
ActionlogPresenter.php
AssetModelPresenter.php
AssetPresenter.php Assorted fixes (#3923) 2017-09-05 17:54:58 -07:00
CategoryPresenter.php
CompanyPresenter.php
ComponentPresenter.php Fixes #3786 - checkin/checkout to components UI 2017-07-29 16:13:17 -07:00
ConsumablePresenter.php Fixes #3779 - corrects presenter used for Consumables 2017-07-29 16:44:51 -07:00
DepreciationPresenter.php
LicensePresenter.php Fixes #3836 - Adds supplier to licenses column 2017-08-10 14:38:04 -07:00
LocationPresenter.php Added fullName() presenter for locations 2017-08-25 03:26:10 -07:00
ManufacturerPresenter.php
Presentable.php
Presenter.php Fix asset create (#3929) 2017-09-06 16:24:43 -07:00
UserPresenter.php