Attendize/app/Models
Jeremy Quinton 8d51cd348f Upgrading to Laravel 5.6
1) Changed method call from lists to pluck.
2) Use set put instead of session set.
3) Removed references to artisan optimize command.
4) Added additionl check to base controller if auth user not set redirect to login.
5) Flush the session on logout.
6) Updated Event and Route service providers to work with Laravel 5.6.
7) Added new default logging config file.
8) Bump PHP versions from 7.0.30 to 7.1.20.
9) Added missing translations.
10) Fixed some issues with the templates.
2018-08-15 13:26:10 +02:00
..
Account.php Model relation's fully qualified class name's written instead of string usage 2016-10-08 01:48:54 +03:00
AccountPaymentGateway.php Model relation's fully qualified class name's written instead of string usage 2016-10-08 01:48:54 +03:00
Activity.php Reformat code 2016-09-06 21:39:27 +01:00
Affiliate.php Typo and phpDoc 2016-09-06 21:33:19 +02:00
Attendee.php Merge remote-tracking branch 'origin/master' 2016-10-11 21:25:47 +01:00
Country.php Began work on tests 2016-04-28 00:06:17 +01:00
Currency.php Merge remote-tracking branch 'origin/master' 2016-10-11 21:25:47 +01:00
DateFormat.php Reformat code 2016-09-06 21:39:27 +01:00
DateTimeFormat.php Reformat code 2016-09-06 21:39:27 +01:00
DiscountCode.php Reformat code 2016-09-06 21:39:27 +01:00
Event.php Upgrading to Laravel 5.6 2018-08-15 13:26:10 +02:00
EventImage.php Reformat code 2016-09-06 21:39:27 +01:00
EventStats.php make Charts on dashboard work 2018-04-24 20:34:03 +02:00
Message.php Merge remote-tracking branch 'origin/master' 2016-10-11 21:25:47 +01:00
MyBaseModel.php Added ability to charge to tax on tickets 2018-03-04 14:49:35 +00:00
Order.php Added Tax to emails and various views 2018-07-11 13:47:41 +02:00
OrderItem.php Reformat code 2016-09-06 21:39:27 +01:00
OrderStatus.php Reformat code 2016-09-06 21:39:27 +01:00
Organiser.php Added charging tax at the organiser level 2018-07-09 18:13:23 +02:00
PaymentGateway.php - Added the ability to support multiple payment gateways (Stripe, PayPal so far) 2016-03-20 16:01:50 +00:00
Question.php fix for wrong FQN 2016-10-08 01:51:04 +03:00
QuestionAnswer.php Model relation's fully qualified class name's written instead of string usage 2016-10-08 01:48:54 +03:00
QuestionOption.php Merge remote-tracking branch 'origin/master' 2016-10-11 21:25:47 +01:00
QuestionType.php Adds docblocks to models 2016-03-14 16:37:38 +00:00
ReservedTickets.php Reformat code 2016-09-06 21:39:27 +01:00
Ticket.php Merge remote-tracking branch 'origin/master' 2016-10-11 21:25:47 +01:00
TicketStatus.php Reformat code 2016-09-06 21:39:27 +01:00
Timezone.php Reformat code 2016-09-06 21:39:27 +01:00
User.php Merge remote-tracking branch 'origin/master' 2016-10-11 21:25:47 +01:00