Skip to content

Commit

Permalink
Fix readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Fidecaro committed Jan 18, 2016
1 parent ec04e1c commit bfa0e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Once you've got that all worked out, simply `use` the trait in all your models t
<?php

use Illuminate\Database\Eloquent\Model;
use HipsterJazzbo\LaravelMultiTenant\Traits\BelongsToTenant;
use HipsterJazzbo\LaravelMultiTenant\BelongsToTenant;

class ExampleModel extends Model
{
Expand Down

0 comments on commit bfa0e48

Please sign in to comment.