Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
Apply fixes from StyleCI (#115)
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
Indemnity83 committed Apr 3, 2018
1 parent c541393 commit 7043ac4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/Modpack.php
Expand Up @@ -129,7 +129,7 @@ public function setLatestBuild(Build $build)
if (! $build->modpack->is($this)) {
throw new \InvalidArgumentException();
}

$this->update([
'latest_build_id' => $build->id,
]);
Expand Down
4 changes: 2 additions & 2 deletions bootstrap/app.php
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Solder.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions config/app.php
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Solder.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions config/database.php
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Solder.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down

0 comments on commit 7043ac4

Please sign in to comment.