Skip to content

Commit

Permalink
Development.
Browse files Browse the repository at this point in the history
  • Loading branch information
rudissaar committed Sep 12, 2017
1 parent c36a75e commit 4a913e6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions FPDF.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
<?php

namespace kevinmurda;
namespace kevinmurda\FPDF;

use \FPDF as BaseFPDF;

class FPDF extends BaseFPDF
{
public function __construct()
{
parent::construct();
}

}

0 comments on commit 4a913e6

Please sign in to comment.