Completed
Pull Request — master (#37)
by Raí
06:17
created
database/migrations/Version20171016204335.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,7 @@
 block discarded – undo
5 5
 use Doctrine\DBAL\Migrations\AbstractMigration;
6 6
 use Doctrine\DBAL\Schema\Schema as Schema;
7 7
 
8
-class Version20171016204335 extends AbstractMigration
9
-{
8
+class Version20171016204335 extends AbstractMigration {
10 9
     /**
11 10
      * @param Schema $schema
12 11
      */
Please login to merge, or discard this patch.
app/Entities/Rota.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -10,8 +10,7 @@
 block discarded – undo
10 10
  * @ORM\Entity(repositoryClass="LaravelSeed\Repositories\RotaRepository")
11 11
  * @ORM\Table(name="Rota")
12 12
  */
13
-class Rota extends BaseEntity
14
-{
13
+class Rota extends BaseEntity {
15 14
     /**
16 15
      * @ORM\Column(type="string", name="nome")
17 16
      * @BdAnnotations\Fillable
Please login to merge, or discard this patch.