Skip to content

Commit

Permalink
Removed namespace
Browse files Browse the repository at this point in the history
Removed the namespace for my migrations, it would not run properly with
the namespace, sad but through :(
  • Loading branch information
Joren Van Hocht authored and Joren Van Hocht committed May 12, 2015
1 parent ff9100b commit 3a881bb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php namespace jorenvanhocht\Tracert\Migrations;
<?php

use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;

class CreateHistoryTable extends Migration {
class CreateTracertHistoryTable extends Migration {

protected $config;

Expand Down

0 comments on commit 3a881bb

Please sign in to comment.