Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OzanKurt committed May 15, 2015
1 parent 34952ee commit 03812fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
4 changes: 1 addition & 3 deletions src/stubs/contract.stub
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?php

use {{namespace}};
<?php namespace {{namespace}};

interface {{contract}}
{
Expand Down
3 changes: 1 addition & 2 deletions src/stubs/eloquent_with_model.stub
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
<?php namespace {{namespace}};

namespace {{namespace}};
use {{model_use}};

class {{class}} implements {{contract}}
Expand Down
4 changes: 1 addition & 3 deletions src/stubs/eloquent_without_model.stub
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?php

namespace {{namespace}};
<?php namespace {{namespace}};

class {{class}} implements {{contract}}
{
Expand Down

0 comments on commit 03812fc

Please sign in to comment.