moved folders to common directory

This commit is contained in:
denisdulici
2018-06-10 02:48:51 +03:00
parent 7fa629e8b5
commit b1fd49c507
71 changed files with 719 additions and 647 deletions

View File

@ -236,7 +236,7 @@ class Users extends Controller
// Mark item notifications as read
foreach ($user->unreadNotifications as $notification) {
// Not an item notification
if ($notification->getAttribute('type') != 'App\Notifications\Item\Item') {
if ($notification->getAttribute('type') != 'App\Notifications\Common\Item') {
continue;
}