Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php namespace Illuminate\Notifications; trait Notifiable { use HasDatabaseNotifica..

Decoded Output download

<?php

namespace Illuminate\Notifications;

trait Notifiable
{
    use HasDatabaseNotifications, RoutesNotifications;
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Illuminate\Notifications;

trait Notifiable
{
    use HasDatabaseNotifications, RoutesNotifications;
}

Function Calls

None

Variables

None

Stats

MD5 358d38b27afc207dab44e02def74bb05
Eval Count 0
Decode Time 97 ms