Skip to content

Commit

Permalink
fix: update author email
Browse files Browse the repository at this point in the history
  • Loading branch information
abass-dev committed Feb 2, 2022
1 parent 718e3e2 commit ddf8ba8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Diyan.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* This file is part of the Nigatedev framework package.
*
* (c) Abass Ben Cheik <abass@todaysdev.com>
* (c) Abass Ben Cheik <abass@todaydevs.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand All @@ -22,7 +22,7 @@
/**
* Diyan template render
*
* @author Abass Ben Cheik <abass@todaysdev.com>
* @author Abass Ben Cheik <abass@todaydevs.com>
*/
class Diyan extends DiyanNotFoundTemplate implements DiyanInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/DiyanInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* This file is part of the Nigatedev framework package.
*
* (c) Abass Ben Cheik <abass@todaysdev.com>
* (c) Abass Ben Cheik <abass@todaydevs.com>
*
* 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 src/DiyanNotFoundTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* This file is part of the Nigatedev framework package.
*
* (c) Abass Ben Cheik <abass@todaysdev.com>
* (c) Abass Ben Cheik <abass@todaydevs.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand All @@ -15,7 +15,7 @@
/**
* NotFound Template
*
* @author Abass Ben Cheik <abass@todaysdev.com>
* @author Abass Ben Cheik <abass@todaydevs.com>
*/
class DiyanNotFoundTemplate
{
Expand Down

0 comments on commit ddf8ba8

Please sign in to comment.