snipe-it/app/Http/Requests
Daniel Meltzer 248fcfa869 Move findLicenseSeatToCheckout back to controller. (#5970)
* Move findLicenseSeatToCheckout back to controller.

After discussion, move findLicenseSeatToCheckout method back to
controller from form request.  Also cleanup one tiny bit more with null
coalesce operator (Yay php 7).

* Revert Earlier change.

$target only exists in the checkoutTo* methods.  Need to log the
checkout individually in each of those.
2018-07-27 12:03:04 -07:00
..
AssetCheckinRequest.php
AssetCheckoutRequest.php
AssetFileRequest.php Monster: Cleanup/Refactor http controllers. (#5916) 2018-07-24 19:35:26 -07:00
AssetRequest.php Feature: PostgreSQL support (#5642) 2018-07-12 18:24:43 -07:00
CustomFieldRequest.php
ImageUploadRequest.php Monster: Cleanup/Refactor http controllers. (#5916) 2018-07-24 19:35:26 -07:00
ItemImportRequest.php Importer again (#4702) 2017-12-28 20:08:45 -08:00
LicenseCheckoutRequest.php Move findLicenseSeatToCheckout back to controller. (#5970) 2018-07-27 12:03:04 -07:00
Request.php
SaveUserRequest.php Allow setting of "ldap_import" through the API (#5218) 2018-04-20 14:02:52 -07:00
SettingsLdapRequest.php
SetupUserRequest.php