Skip to content

Commit

Permalink
Update my email address across files. (snipe#5716)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeltzer authored and snipe committed Jun 20, 2018
1 parent 2d18b73 commit ad21857
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 25 deletions.
2 changes: 1 addition & 1 deletion app/Models/AssetModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public function scopeInCategory($query, array $categoryIdListing)
* @param $query
*
* @return $query
* @author Daniel Meltzer <parallelgrapefruit@gmail.com
* @author Daniel Meltzer <dmeltzer.devel@gmail.com>
* @version v3.5
*/
public function scopeRequestableModels($query)
Expand Down
10 changes: 5 additions & 5 deletions app/Models/Loggable.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ trait Loggable
{

/**
* @author Daniel Meltzer <parallelgrapefruit@gmail.com
* @author Daniel Meltzer <dmeltzer.devel@gmail.com>
* @since [v3.4]
* @return \App\Models\Actionlog
*/
Expand All @@ -32,7 +32,7 @@ public function log()
}

/**
* @author Daniel Meltzer <parallelgrapefruit@gmail.com
* @author Daniel Meltzer <dmeltzer.devel@gmail.com>
* @since [v3.4]
* @return \App\Models\Actionlog
*/
Expand Down Expand Up @@ -106,7 +106,7 @@ private function determineLogItemType($log)
return $log;
}
/**
* @author Daniel Meltzer <parallelgrapefruit@gmail.com
* @author Daniel Meltzer <dmeltzer.devel@gmail.com>
* @since [v3.4]
* @return \App\Models\Actionlog
*/
Expand Down Expand Up @@ -204,7 +204,7 @@ public function logAudit($note, $location_id, $filename = null)


/**
* @author Daniel Meltzer <parallelgrapefruit@gmail.com
* @author Daniel Meltzer <dmeltzer.devel@gmail.com>
* @since [v3.5]
* @return \App\Models\Actionlog
*/
Expand All @@ -231,7 +231,7 @@ public function logCreate($note = null)
}

/**
* @author Daniel Meltzer <parallelgrapefruit@gmail.com
* @author Daniel Meltzer <dmeltzer.devel@gmail.com>
* @since [v3.4]
* @return \App\Models\Actionlog
*/
Expand Down
7 changes: 0 additions & 7 deletions app/Presenters/AccessoryPresenter.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
<?php
/**
* Created by PhpStorm.
* User: parallelgrapefruit
* Date: 12/23/16
* Time: 11:51 AM
*/

namespace App\Presenters;

use App\Helpers\Helper;
Expand Down
6 changes: 0 additions & 6 deletions app/Presenters/AssetMaintenancesPresenter.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
<?php
/**
* Created by PhpStorm.
* User: parallelgrapefruit
* Date: 12/23/16
* Time: 12:15 PM
*/

namespace App\Presenters;

Expand Down
6 changes: 0 additions & 6 deletions app/Presenters/AssetModelPresenter.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
<?php
/**
* Created by PhpStorm.
* User: parallelgrapefruit
* Date: 12/23/16
* Time: 12:15 PM
*/

namespace App\Presenters;

Expand Down

0 comments on commit ad21857

Please sign in to comment.