Skip to content

Commit

Permalink
Remove model init from view
Browse files Browse the repository at this point in the history
  • Loading branch information
bochoven committed Jul 8, 2019
1 parent f09d178 commit 4ce3a57
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions views/applications_listing.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php $this->view('partials/head'); ?>

<?php //Initialize models needed for the table
new Machine_model;
new Reportdata_model;
new Applications_model;
?>

<div class="container">
<div class="row">
<div class="col-lg-12">
Expand Down

0 comments on commit 4ce3a57

Please sign in to comment.