snipe-it/app/Models
Djamon Staal 80393d73ae Public function save() missing array. (#6276)
The class was missing as a result that the composer was unable to update and the site returned a 500 error
```
$ composer update
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.
Generating optimized autoload files
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover

In Asset.php line 30:
                                                                               
  Declaration of App\Models\Asset::save($params = Array) should be compatible  
   with Illuminate\Database\Eloquent\Model::save(array $options = Array)       
                                                                               

Script @php artisan package:discover handling the post-autoload-dump event returned with error code 1
```
2018-10-02 04:40:20 -07:00
..
Recipients Fixed #5965: Allow multiple alert email addresses (#6233) 2018-09-26 14:07:41 -07:00
Traits Adding some comments 2018-08-06 14:47:26 +02:00
Accessory.php [WIP] Added #5957 - Flysystem support (#6262) 2018-09-29 21:33:52 -07:00
Actionlog.php Improvement: Better documentation, small refactors (#6017) 2018-08-01 00:06:41 -07:00
Asset.php Public function save() missing array. (#6276) 2018-10-02 04:40:20 -07:00
AssetMaintenance.php Fixed #6027 - added model to asset maintenances listing 2018-08-01 18:24:52 -07:00
AssetModel.php [WIP] Added #5957 - Flysystem support (#6262) 2018-09-29 21:33:52 -07:00
Category.php Improvement: Better documentation, small refactors (#6017) 2018-08-01 00:06:41 -07:00
CheckoutAcceptance.php Adding some comments 2018-08-06 14:47:26 +02:00
CheckoutRequest.php
Company.php Refactoring: A nicer and easier syntax for searching models (#5841) 2018-07-16 14:13:07 -07:00
CompanyableChildScope.php
CompanyableChildTrait.php
CompanyableScope.php
CompanyableTrait.php
Component.php Cleanup of model attributes 2018-08-06 14:46:10 +02:00
Consumable.php [WIP] Added #5957 - Flysystem support (#6262) 2018-09-29 21:33:52 -07:00
ConsumableAssignment.php
CustomField.php Fix for issue #6165 (#6168) 2018-09-12 22:49:50 -07:00
CustomFieldset.php Make CustomFieldset rules public instead of protected 2018-09-28 15:18:23 -07:00
Department.php Improvement: Better documentation, small refactors (#6017) 2018-08-01 00:06:41 -07:00
Depreciable.php Add depreciation with half-year convention. Fixed #1237 (#6128) 2018-08-28 12:32:46 -07:00
Depreciation.php Improvement: Better documentation, small refactors (#6017) 2018-08-01 00:06:41 -07:00
Group.php Improvement: Better documentation, small refactors (#6017) 2018-08-01 00:06:41 -07:00
ICompanyableChild.php
Import.php
Ldap.php
License.php Cleanup of model attributes 2018-08-06 14:46:10 +02:00
LicenseSeat.php Handle side effects of accepting/declining 2018-08-06 14:47:26 +02:00
Location.php Added manager ID to validation 2018-09-07 17:27:31 -07:00
Loggable.php Remove notification sending from loggable trait 2018-08-06 14:46:10 +02:00
Manufacturer.php Improvement: Better documentation, small refactors (#6017) 2018-08-01 00:06:41 -07:00
Requestable.php
Setting.php Fixed #5477 - added GDPR privacy policy link in email and webpage 2018-05-08 00:50:13 -07:00
SnipeModel.php Feature: PostgreSQL support (#5642) 2018-07-12 18:24:43 -07:00
Statuslabel.php Improvement: Better documentation, small refactors (#6017) 2018-08-01 00:06:41 -07:00
Supplier.php Improvement: Better documentation, small refactors (#6017) 2018-08-01 00:06:41 -07:00
User.php fixed checking permissions for users with no permissions set (#6229) 2018-09-25 13:24:50 -07:00