snipe-it/app/Http
Daniel Meltzer dbd96a4c10 Don't try to format a formatted number string. (#2396)
The importer already formatted/parsed numbers on input into the db
(maybe it shouldn't have?) so running number_format on that string
throws an exception.  Check to make sure the value is numeric before
formatting it.
2016-08-11 19:13:49 -07:00
..
Controllers Don't try to format a formatted number string. (#2396) 2016-08-11 19:13:49 -07:00
Middleware Formatting fixes for coding standards 2016-06-22 12:27:41 -07:00
Requests Removed unique from form request 2016-07-28 09:16:30 -07:00
Traits Putting uniqueUndeleted into a trait for use across models 2016-07-26 01:39:30 -07:00
Kernel.php Fix reverse proxy support 2016-06-16 15:43:42 +02:00
routes.php Fixed route 2016-08-02 01:08:37 -07:00