Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
filipedtristao committed Jun 29, 2020
1 parent fafd75b commit fe2f0be
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/CrudBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

class CrudBuilder
{

use AddsAttributesToModel,
AddsDefaultAttributesToModel,
AddsIgnoreAttributesToModel,
Expand Down
1 change: 0 additions & 1 deletion tests/AllowedAttributeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

class AllowedAttributeTest extends TestCase
{

/** @test */
public function it_can_add_attribute_in_model()
{
Expand Down
1 change: 0 additions & 1 deletion tests/AllowedRelationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

class AllowedRelationTest extends TestCase
{

/** @test */
public function it_can_add_single_relation_to_model()
{
Expand Down
2 changes: 0 additions & 2 deletions tests/CrudBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@

class QueryBuilderTest extends TestCase
{

/** @test */
public function it_will_create_for_given_model()
{
$builder = CrudBuilder::for(SingerModel::class);
$this->assertInstanceOf(CrudBuilder::class, $builder);
}

}
1 change: 0 additions & 1 deletion tests/IgnoreAttributeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

class IgnoreAttributeTest extends TestCase
{

/** @test */
public function it_can_ignore_attribute_in_model()
{
Expand Down

0 comments on commit fe2f0be

Please sign in to comment.