Browse Source

Fixed styleci fails

pull/15/head
Nafies Luthfi 7 years ago
parent
commit
cbdacede26
  1. 1
      app/Entities/Projects/Project.php
  2. 1
      database/factories/CommentFactory.php

1
app/Entities/Projects/Project.php

@ -4,7 +4,6 @@ namespace App\Entities\Projects;
use App\Entities\Invoices\Invoice;
use App\Entities\Payments\Payment;
use App\Entities\Projects\Comment;
use App\Entities\Partners\Customer;
use Illuminate\Database\Eloquent\Model;
use Laracasts\Presenter\PresentableTrait;

1
database/factories/CommentFactory.php

@ -6,7 +6,6 @@ use App\Entities\Projects\Comment;
use App\Entities\Projects\Project;
$factory->define(Comment::class, function (Faker $faker) {
return [
'commentable_type' => 'projects',
'commentable_id' => function () {

Loading…
Cancel
Save