snipe-it/app
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
..
Console [WIP] Added #5957 - Flysystem support (#6262) 2018-09-29 21:33:52 -07:00
Events simplified checkout event handling per @uberbrady’s suggestion 2018-09-10 16:40:26 +02:00
Exceptions Assetcontroller cleanup (#5858) 2018-07-16 17:44:03 -07:00
Helpers Update withCounts because Laravel 5.5 :( 2018-07-24 22:40:05 -07:00
Http [WIP] Added #5957 - Flysystem support (#6262) 2018-09-29 21:33:52 -07:00
Importer Check for an existing username before getting creative. Fixes #6016 (#6039) 2018-08-03 16:35:13 -07:00
Jobs Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
LegacyEncrypter First stab at a recrypter for legacy mcrypt conversion 2017-08-21 22:30:56 -07:00
Listeners simplified checkout event handling per @uberbrady’s suggestion 2018-09-10 16:40:26 +02:00
Models Public function save() missing array. (#6276) 2018-10-02 04:40:20 -07:00
Notifications Fixed #5965: Allow multiple alert email addresses (#6233) 2018-09-26 14:07:41 -07:00
Observers Fixed #4652 - asset not correctly checking out to user on creation 2018-01-17 12:10:28 -08:00
Policies Adds permission checks for custom fields and custom fieldsets (#5645) (#5795) 2018-07-12 18:28:20 -07:00
Presenters [WIP] Added #5957 - Flysystem support (#6262) 2018-09-29 21:33:52 -07:00
Providers [WIP] Added #5957 - Flysystem support (#6262) 2018-09-29 21:33:52 -07:00