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 5e7797a commit 68e9d63
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions views/usage_stats_listing.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php $this->view('partials/head'); ?>

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

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

0 comments on commit 68e9d63

Please sign in to comment.